Skip to content

Commit

Permalink
Increment version of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Aug 23, 2023
1 parent fb956cc commit 6eb1e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: matrix.configuration == 'release' && ( matrix.mono == '6.8' || matrix.mono == 'latest' )

- name: Upload ckan.exe artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ckan.exe
path: _build/repack/Release/ckan.exe
Expand Down

0 comments on commit 6eb1e4d

Please sign in to comment.