Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 14, 2023
1 parent 1326f11 commit 8d1f4c6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-negative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
continue-on-error: true
needs: [setup]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- id: current
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-positive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
continue-on-error: true
needs: [setup]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- id: current
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-reusable-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
continue-on-error: true
needs: [setup]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- id: current
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-special-chars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
continue-on-error: true
needs: [setup]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- id: current
run: |-
Expand Down

0 comments on commit 8d1f4c6

Please sign in to comment.