Skip to content

Commit 31c52e1

Browse files
Merge pull request #351 from ruby/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents 091c049 + eea743b commit 31c52e1

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)