Skip to content

Commit

Permalink
Merge pull request #37 from hartwork/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/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 840b6b1 + d4cf6b4 commit 41ab3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
"visdriver_win32bin_mingw_${{ github.sha }}"/
- name: Upload build artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: "visdriver_win32bin_mingw_${{ github.sha }}"
path: "visdriver_win32bin_mingw_${{ github.sha }}/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
"visdriver_win32bin_msvc_${{ github.sha }}"/
- name: Upload build artifacts
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
with:
name: "visdriver_win32bin_msvc_${{ github.sha }}"
path: "visdriver_win32bin_msvc_${{ github.sha }}/"
Expand Down

0 comments on commit 41ab3cb

Please sign in to comment.