Skip to content

Commit

Permalink
Update actions/upload-artifact in GitHub Actions workflows to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
striezel authored and Webster Sheets committed Jan 26, 2023
1 parent f1780f9 commit 74d3516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
cmake --build . --target win-installer
- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Windows-Artifacts
path: pioneer/pioneer-*-win.exe
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
run: ./scripts/build-travis.sh

- name: Upload Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Linux-Artifacts
path: release/zip/*.tar.gz
Expand Down

0 comments on commit 74d3516

Please sign in to comment.