Skip to content

Commit 6fefa47

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent beddc36 commit 6fefa47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/go-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}"

0 commit comments

Comments
 (0)