Skip to content

Commit 9d02246

Browse files
committed
fix: switch to newer version of upload/download action
1 parent ab71139 commit 9d02246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
working-directory: ansible_collections/serverscom/sc_api
195195
- name: Save artifact
196196
if: ${{ endsWith(github.ref, steps.version.outputs.version) }}
197-
uses: actions/upload-artifact@v2
197+
uses: actions/upload-artifact@v4
198198
with:
199199
name: sc_api
200200
path: ansible_collections/serverscom/sc_api/serverscom-sc_api-${{ steps.version.outputs.version }}.tar.gz
@@ -205,7 +205,7 @@ jobs:
205205
if: ${{ endsWith(github.ref, needs.build.outputs.version) }}
206206
steps:
207207
- name: Download artifact
208-
uses: actions/download-artifact@v2
208+
uses: actions/download-artifact@v4
209209
with:
210210
name: sc_api
211211
- name: Debug output

0 commit comments

Comments
 (0)