Skip to content

Commit

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

build(deps): bump actions/upload-artifact from 2 to 4
  • Loading branch information
rimrul authored Feb 14, 2024
2 parents bda9e08 + 23c894b commit f7d2042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: bash
run: make -j$(nproc) busybox.exe
- name: upload busybox artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: busybox
path: busybox.exe
Expand Down

0 comments on commit f7d2042

Please sign in to comment.