Skip to content

Commit

Permalink
Merge pull request #351 from ruby/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
kateinoigakukun authored Jan 1, 2024
2 parents 091c049 + eea743b commit 31c52e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- run: rake ci:pin_build_manifest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: build-manifest
path: build_manifest.json
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: rake ${{ matrix.entry.test }}
run: rake ${{ matrix.entry.test }}
if: ${{ matrix.entry.test != '' }}
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ matrix.entry.artifact }}
with:
name: ${{ matrix.entry.artifact_name }}
Expand Down

0 comments on commit 31c52e1

Please sign in to comment.