Skip to content

Commit

Permalink
Update actions/download-artifact to version v4
Browse files Browse the repository at this point in the history
  • Loading branch information
thjarvin committed Sep 27, 2024
1 parent 0394411 commit a0a2f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download .jar file
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: transitdata-stop-cancellation-source.jar
path: target
Expand All @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Download .jar file
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: transitdata-stop-cancellation-source.jar
path: target
Expand Down

0 comments on commit a0a2f82

Please sign in to comment.