Skip to content

Commit e1f6a4b

Browse files
arthurkehrwaldfreezy
authored andcommitted
Update up/download-artifact actions to v4
1 parent bda38b9 commit e1f6a4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: |
3333
mkdir tmp
3434
cp -r Dependencies/${{ matrix.rid }} tmp
35-
- uses: actions/upload-artifact@v2
35+
- uses: actions/upload-artifact@v4
3636
with:
3737
name: Dependencies
3838
path: tmp

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: dawidd6/action-download-artifact@v2
11+
- uses: dawidd6/action-download-artifact@v4
1212
with:
1313
workflow: build
1414
run_id: ${{ github.event.client_payload.artifacts_run_id }}

0 commit comments

Comments
 (0)