Skip to content

Commit

Permalink
Update the upload-artifact action.
Browse files Browse the repository at this point in the history
  • Loading branch information
paveloom committed Nov 11, 2022
1 parent 9916cf0 commit 8d483fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build & Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
env:
CSC_IDENTITY_AUTO_DISCOVERY: false
- name: Upload artifacts
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v3
with:
name: ${{ ( startsWith(matrix.os, 'ubuntu') && 'Linux' ) ||
( startsWith(matrix.os, 'windows') && 'Windows' ) ||
Expand Down

0 comments on commit 8d483fe

Please sign in to comment.