Skip to content

Commit

Permalink
Merge pull request #157 from usefulness/renovate/actions-upload-artif…
Browse files Browse the repository at this point in the history
…act-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
mateuszkwiecinski authored Dec 14, 2023
2 parents e12340b + 5858cda commit e16df3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- run: git diff --exit-code

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-results-${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
issue-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: diffuse-output
path: ${{ steps.diffuse.outputs.diff-file }}

0 comments on commit e16df3a

Please sign in to comment.