Skip to content

Commit

Permalink
Merge pull request #638 from TMUniversal/master
Browse files Browse the repository at this point in the history
ci: update deprecated actions/upload-artifact
  • Loading branch information
da3dsoul authored Sep 23, 2024
2 parents 254e26b + 378e461 commit 97ac3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: msbuild Shoko.Desktop.sln /p:Configuration=Release /p:DeployOnBuild=true /p:PublishProfile=FolderProfile

- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.4.0
with:
name: ShokoDesktop
path: Shoko.Desktop\bin\Release
Expand Down

0 comments on commit 97ac3c3

Please sign in to comment.