Skip to content

Commit 8c4ef0d

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0 (#6323)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4c0a93d commit 8c4ef0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Build binary
113113
run: make --debug spm_linux_build
114114
- name: Upload binary
115-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
115+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
116116
with:
117117
name: ${{ matrix.artifact_name }}
118118
path: .build/release/swiftlint
@@ -155,7 +155,7 @@ jobs:
155155
- name: Strip binary
156156
run: strip -s "$BINARY_PATH"
157157
- name: Upload artifact
158-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
158+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
159159
with:
160160
name: ${{ matrix.artifact_name }}
161161
path: ${{ env.BINARY_PATH }}
@@ -174,7 +174,7 @@ jobs:
174174
- name: Build SwiftLint for macOS
175175
run: make --debug bazel_release
176176
- name: Upload build artifacts
177-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
177+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
178178
with:
179179
name: swiftlint-macos
180180
path: |

0 commit comments

Comments
 (0)