Skip to content

Commit

Permalink
Merge pull request #92 from ThirteenAG/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
[skip ci]
  • Loading branch information
ThirteenAG authored May 22, 2024
2 parents 1a9a33e + 89155e2 commit 5bf69c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
./release.ps1
- name: Upload artifact (Win32)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Ultimate-ASI-Loader-Win32
path: dist/Win32/dll/*

- name: Upload artifact (x64)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Ultimate-ASI-Loader-x64
path: dist/x64/dll/*
Expand Down

0 comments on commit 5bf69c6

Please sign in to comment.