mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-07-31 00:05:11 +02:00
Bump both artifact actions to v4.
This commit is contained in:
parent
9b1b28599f
commit
a1492b4405
1 changed files with 2 additions and 2 deletions
4
.github/workflows/import-galaxy.yml
vendored
4
.github/workflows/import-galaxy.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
run: mkdir ./artifact && mv ./checkout/${{ env.NAMESPACE }}-${{ env.COLLECTION_NAME }}-*.tar.gz ./artifact
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.NAMESPACE }}-${{ env.COLLECTION_NAME }}-${{ github.sha }}
|
||||
path: ./artifact/
|
||||
|
@ -80,7 +80,7 @@ jobs:
|
|||
run: pip install galaxy-importer --disable-pip-version-check
|
||||
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: ${{ env.NAMESPACE }}-${{ env.COLLECTION_NAME }}-${{ github.sha }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue