We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab71139 commit 9d02246Copy full SHA for 9d02246
.github/workflows/tests.yaml
@@ -194,7 +194,7 @@ jobs:
194
working-directory: ansible_collections/serverscom/sc_api
195
- name: Save artifact
196
if: ${{ endsWith(github.ref, steps.version.outputs.version) }}
197
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
198
with:
199
name: sc_api
200
path: ansible_collections/serverscom/sc_api/serverscom-sc_api-${{ steps.version.outputs.version }}.tar.gz
@@ -205,7 +205,7 @@ jobs:
205
if: ${{ endsWith(github.ref, needs.build.outputs.version) }}
206
steps:
207
- name: Download artifact
208
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v4
209
210
211
- name: Debug output
0 commit comments