Skip to content

Commit

Permalink
Address github action security concern (PR #11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishcoleman committed Sep 4, 2024
1 parent 802a85a commit e0dd881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
make cpio
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: cpio
path: build/*.cpio
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
make build-depends
- name: Fetch all Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: build

Expand Down

0 comments on commit e0dd881

Please sign in to comment.