Skip to content

Commit

Permalink
Use upload/download artifact v4 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Feb 2, 2025
1 parent 587877d commit ccc142a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ruby-version: 3.2
bundler-cache: true
- run: bundle exec ruby development/generate_api.rb
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: playwright_api
path: lib/playwright_api
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
./node_modules/.bin/playwright install ${{ matrix.browser }}
./node_modules/.bin/playwright install-deps
- name: Download playwright_api codes
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: playwright_api
path: lib/playwright_api
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
./node_modules/.bin/playwright install chromium
./node_modules/.bin/playwright install-deps
- name: Download playwright_api codes
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: playwright_api
path: lib/playwright_api
Expand Down

0 comments on commit ccc142a

Please sign in to comment.