We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21f6e49 commit 3ea0a20Copy full SHA for 3ea0a20
.github/workflows/build-artifacts.yml
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Upload artifacts
124
if: ${{ inputs.upload_artifact && steps.build.outcome == 'success' }}
125
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
126
with:
127
name: ${{ inputs.artifact_name }}
128
path: dist
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
run: npm ci
79
80
- name: Download build artifacts
81
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
82
83
pattern: dist-*
84
merge-multiple: true
0 commit comments