Skip to content

Commit 4c595b7

Browse files
chore(deps): bump actions/upload-artifact in the github-actions group (#404)
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 944d8b3 commit 4c595b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ jobs:
149149

150150
- name: Upload snapshots of failed tests
151151
if: ${{ failure() && steps.run_tests.outcome == 'failure' }}
152-
uses: actions/upload-artifact@v3
152+
uses: actions/upload-artifact@v4
153153
with:
154154
name: ${{ matrix.os }}-${{ matrix.rust }}-failed_snapshots
155155
path: '**/*.snap.new'
156156

157157
- name: Upload binaries
158158
if: ${{ success() || steps.build.outcome == 'success' }}
159-
uses: actions/upload-artifact@v3
159+
uses: actions/upload-artifact@v4
160160
with:
161161
name: ${{ matrix.target }}-${{ matrix.rust }}
162162
path: |

0 commit comments

Comments
 (0)