Skip to content

Commit

Permalink
upgrade to actions/upload-artifact 3
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Mar 9, 2023
1 parent 23d23e5 commit b3ce719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: msys2 ./ci-release.sh
- name: Archive
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: artifacts
path: |
Expand Down

0 comments on commit b3ce719

Please sign in to comment.