Skip to content

Commit

Permalink
Merge branch 'main' into #156
Browse files Browse the repository at this point in the history
  • Loading branch information
ShanePark committed Sep 12, 2024
2 parents 7f56b45 + 2a1f332 commit 79ad00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
arguments: build
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: dutypark-ci
path: build/libs/*.jar
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: dutypark-ci
- name: Setup SSH
Expand Down

0 comments on commit 79ad00a

Please sign in to comment.