Skip to content

Commit

Permalink
Merge pull request #479 from akashic-games/renovate/actions-upload-ar…
Browse files Browse the repository at this point in the history
…tifact-4.x

chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
ShinobuTakahashi authored Dec 18, 2023
2 parents 9a1b7a4 + aad887f commit 6aea6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reftest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
npm test
- name: Archive artifact
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: engine_files_reftest_result
name: engine_files_reftest_result_${{ matrix.os }}_${{ matrix.node }}
path: |
./engine-files/tests/fixtures/**/expected/
./engine-files/tests/fixtures/**/actual/
Expand Down

0 comments on commit 6aea6a3

Please sign in to comment.