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 bda38b9 commit e1f6a4bCopy full SHA for e1f6a4b
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: |
33
mkdir tmp
34
cp -r Dependencies/${{ matrix.rid }} tmp
35
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
36
with:
37
name: Dependencies
38
path: tmp
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
- - uses: dawidd6/action-download-artifact@v2
+ - uses: dawidd6/action-download-artifact@v4
12
13
workflow: build
14
run_id: ${{ github.event.client_payload.artifacts_run_id }}
0 commit comments