Skip to content

Commit 38a4620

Browse files
chore(ci): bump upload artifact action to v4 (#4355)
1 parent 7a16454 commit 38a4620

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/seal/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ runs:
7979
shell: bash
8080

8181
- name: Upload artifacts
82-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
82+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8383
with:
8484
if-no-files-found: error
8585
name: ${{ steps.export_artifact_name.outputs.artifact_name }}

.github/actions/upload-artifact/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ runs:
6868
shell: bash
6969

7070
- name: Upload artifacts
71-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
71+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7272
with:
7373
if-no-files-found: ${{ inputs.if-no-files-found }}
7474
name: ${{ inputs.name }}

0 commit comments

Comments
 (0)