Skip to content

Commit

Permalink
Update actions/upload-artifact action to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 5274220 commit b89053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Zip
run: zip -r SahneeBot-Linux64.zip SahneeBot-Linux64
- name: Artifact
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.2
with:
path: SahneeBot-Linux64.zip
if-no-files-found: error
Expand Down

0 comments on commit b89053c

Please sign in to comment.