Skip to content

Commit

Permalink
build-deploy.yml: refactored to artifacts action v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavly-gerges authored Mar 6, 2025
1 parent be8b80c commit 95f5af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: ./gradlew --console="verbose" -Pversion=${GITHUB_REF_NAME} :snaploader:build

- name: Archive build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snaploader-build
path: snaploader/build/libs
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: ./gradlew -Pversion=$GITHUB_REF_NAME :snaploader:generateJavadocJar

- name: Download build
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: snaploader-build
path: snaploader/build/libs/
Expand Down

0 comments on commit 95f5af2

Please sign in to comment.