Skip to content

Commit

Permalink
chore: update actions (#452)
Browse files Browse the repository at this point in the history
actions/upload-artifact and actions/download-artifact have
been deprecated and need updated.

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Signed-off-by: Ry Jones <[email protected]>
  • Loading branch information
ryjones authored Jan 13, 2025
1 parent 0c1ead4 commit a3397a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iroha2-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
IROHA_IMAGE_TAG: "2.0.0-pre-rc.22.2" # Place "dev" to run on the last iroha
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -29,7 +29,7 @@ jobs:
run: ./gradlew build --info
- name: Upload build reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-reports
path: /home/runner/work/iroha-java/iroha-java/**/index.html
Expand Down

0 comments on commit a3397a7

Please sign in to comment.