Skip to content

Commit

Permalink
Merge pull request #38 from geissomatik/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4.3.2

Actions(deps): Bump actions/upload-artifact from 4.3.1 to 4.3.2
  • Loading branch information
hartwork committed Apr 22, 2024
2 parents 02a8bb3 + 3b38fad commit 35aa270
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,21 @@ jobs:
mv bin_plugin/geiss4winamp_430.exe ./ # i.e. out of bin_plugin/
- name: Upload screensaver binary
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: "geiss_saver_430_${{ github.sha }}"
path: "bin_saver/*"
if-no-files-found: error

- name: Upload plug-in binary
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: "geiss4winamp_430_${{ github.sha }}"
path: "bin_plugin/*"
if-no-files-found: error

- name: Upload plug-in installer
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: "geiss4winamp_430_installer_${{ github.sha }}"
path: "geiss4winamp_430.exe"
Expand Down

0 comments on commit 35aa270

Please sign in to comment.