Skip to content

Commit

Permalink
Merge pull request #1 from MaxGripe/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
MaxGripe authored Jan 1, 2025
2 parents 5770f3d + 4e3456b commit 301b568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
dotnet publish --runtime win-x64 -c Release -o "output/win-x64"
- name: Upload Windows Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: win-x64-artifact
path: output/win-x64/koji-stream-player.exe
Expand All @@ -51,7 +51,7 @@ jobs:
codesign --deep --force --verify --sign - output/osx-arm64/koji-stream-player
- name: Upload macOS Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: osx-arm64-artifact
path: output/osx-arm64/koji-stream-player
Expand Down

0 comments on commit 301b568

Please sign in to comment.