Skip to content

Commit

Permalink
Merge pull request #411 from sony/downgrade-download-action
Browse files Browse the repository at this point in the history
GitHub actions: Version up deprecated upload-artifact and download-artifact REDUX
  • Loading branch information
lo-simon authored Oct 11, 2024
2 parents 81c149e + e3f511f commit 067b424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,7 @@ jobs:
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
- uses: actions/download-artifact@v4.1.8
- uses: actions/download-artifact@v3.0.2
with:
path: ${{ runner.workspace }}/artifacts

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
echo "GITHUB_WORKSPACE=${{ github.workspace }}" >> $GITHUB_ENV
echo "RUNNER_WORKSPACE=${{ runner.workspace }}" >> $GITHUB_ENV
- uses: actions/download-artifact@v4.1.8
- uses: actions/download-artifact@v3.0.2
with:
path: ${{ runner.workspace }}/artifacts

Expand Down

0 comments on commit 067b424

Please sign in to comment.