Skip to content

Commit

Permalink
Merge pull request #18 from Erriez/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Erriez authored May 13, 2024
2 parents 464f4a0 + f3ba6df commit b6b3ef2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
cat erriez-midi-sysex-io-linux-setup.run.sha1
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Linux Build
if-no-files-found: error
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
cat erriez-midi-sysex-io-setup.exe.sha1
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Windows Build
if-no-files-found: error
Expand Down

0 comments on commit b6b3ef2

Please sign in to comment.