File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 CODECOV_TOKEN : " ${{ secrets.CODECOV_TOKEN }}"
153153
154154 - name : " Upload artifacts"
155- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
155+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
156156 with :
157157 name : " ${{ runner.os }}-artifacts"
158158 if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 - name : " Archive test reports"
111111 if : always()
112- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
113113 with :
114114 name : " ${{ runner.os }}-test-reports"
115115 if-no-files-found : ignore
@@ -129,7 +129,7 @@ jobs:
129129
130130 - name : " Upload artifacts"
131131 if : inputs.upload_artifacts != ''
132- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
132+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
133133 with :
134134 if-no-files-found : ignore
135135 path : " ${{ inputs.upload_artifacts }}"
You can’t perform that action at this time.
0 commit comments