Skip to content

Commit c1fa735

Browse files
committed
Update GitHub Actions workflow to use version 2 of upload and download artifact actions
1 parent 32c79a2 commit c1fa735

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
./dependencies.txt=/usr/share/agent/dependencies.txt
7474
7575
- name: Upload artifacts
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v2
7777
with:
7878
name: packages-${{ matrix.arch }}
7979
path: |
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Download all artifacts
88-
uses: actions/download-artifact@v3
88+
uses: actions/download-artifact@v2
8989
with:
9090
path: packages
9191

0 commit comments

Comments
 (0)