Skip to content

Commit

Permalink
Merge pull request #43 from hartwork/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4.3.4

Actions(deps): Bump actions/upload-artifact from 4.3.3 to 4.3.4
  • Loading branch information
hartwork authored Jul 12, 2024
2 parents e2e8c7c + 8995c1d commit 0f4e799
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
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@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
with:
name: "visdriver_win32bin_msvc_${{ github.sha }}"
path: "visdriver_win32bin_msvc_${{ github.sha }}/"
Expand Down

0 comments on commit 0f4e799

Please sign in to comment.