Skip to content

Commit eea743b

Browse files
build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6acf403 commit eea743b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- run: rake ci:pin_build_manifest
7979
env:
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81-
- uses: actions/upload-artifact@v3
81+
- uses: actions/upload-artifact@v4
8282
with:
8383
name: build-manifest
8484
path: build_manifest.json
@@ -125,7 +125,7 @@ jobs:
125125
- name: rake ${{ matrix.entry.test }}
126126
run: rake ${{ matrix.entry.test }}
127127
if: ${{ matrix.entry.test != '' }}
128-
- uses: actions/upload-artifact@v3
128+
- uses: actions/upload-artifact@v4
129129
if: ${{ matrix.entry.artifact }}
130130
with:
131131
name: ${{ matrix.entry.artifact_name }}

0 commit comments

Comments
 (0)