Skip to content

Commit fe3981a

Browse files
[UPDATE] Also bump GHA actions to use download-artifact v8.0.1 (- WIP PR #543 -)
Changes in file .github/actions/checkout-and-rebuild/action.yml: * bump download-artifact to v8.0.1
1 parent 269b26a commit fe3981a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/checkout-and-rebuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ runs:
127127
- id: fetch_artifact_files
128128
name: "Fetch Build Files"
129129
if: ${{ (github.repository == 'reactive-firewall-org/multicast') && success() }}
130-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
130+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
131131
with:
132132
path: ${{ inputs.path }}/dist
133133
pattern: multicast-build-${{ steps.output_sha.outputs.sha }}

0 commit comments

Comments
 (0)