mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-07-06 11:00:33 -05:00
Update actions/upload-artifact action to v7
This commit is contained in:
parent
71f521362f
commit
dfda78962c
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ jobs:
|
||||||
-e k3s_token=$K3S_TOKEN
|
-e k3s_token=$K3S_TOKEN
|
||||||
|
|
||||||
- name: Upload Kubeconfig
|
- name: Upload Kubeconfig
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: kubeconfig-${{ matrix.env_name }}
|
name: kubeconfig-${{ matrix.env_name }}
|
||||||
path: ${{ github.workspace }}/ansible/kubeconfig
|
path: ${{ github.workspace }}/ansible/kubeconfig
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue