We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a16454 commit 38a4620Copy full SHA for 38a4620
.github/actions/seal/action.yml
@@ -79,7 +79,7 @@ runs:
79
shell: bash
80
81
- name: Upload artifacts
82
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
+ uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
83
with:
84
if-no-files-found: error
85
name: ${{ steps.export_artifact_name.outputs.artifact_name }}
.github/actions/upload-artifact/action.yml
@@ -68,7 +68,7 @@ runs:
68
69
70
71
72
73
if-no-files-found: ${{ inputs.if-no-files-found }}
74
name: ${{ inputs.name }}
0 commit comments