Skip to content

Commit

Permalink
github-ci: pin actions/upload-artifact to newer version
Browse files Browse the repository at this point in the history
Required for the newer version of download-artifact in use due to sync
with master.
  • Loading branch information
jasonish authored and victorjulien committed Oct 17, 2024
1 parent 54e629f commit a60017a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
cd ..
tar zcf suricata-verify.tar.gz suricata-verify
- name: Uploading prep archive
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: prep
path: |
Expand Down

0 comments on commit a60017a

Please sign in to comment.