Skip to content

Commit 8b82832

Browse files
2 parents 3f0cac5 + 8aebc19 commit 8b82832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: download individual builds
56-
uses: actions/download-artifact@v2
56+
uses: actions/download-artifact@v3
5757
with:
5858
path: ${{github.workspace}}/artifacts
5959
- name: zip
6060
run: |
6161
cd ${{github.workspace}}/artifacts
6262
zip -r ${{github.workspace}}/analyzer.zip .
63-
- uses: actions/upload-artifact@v2
63+
- uses: actions/upload-artifact@v3
6464
with:
6565
name: all-platforms
6666
path: ${{github.workspace}}/artifacts/**

0 commit comments

Comments
 (0)