File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments