mirror of
https://gitlab.durp.info/durfy/runbooks/ansible.git
synced 2026-07-09 20:21:34 -05:00
Merge branch 'renovate/actions-upload-artifact-7.x' into 'main'
Update actions/upload-artifact action to v7 See merge request durfy/runbooks/ansible!3
This commit is contained in:
commit
23c3505d56
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