Skip to content

Commit 8d468ee

Browse files
Merge pull request #9 from felipestanzani/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 524c207 + cfd4ded commit 8d468ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
run: ./gradlew build
3535

3636
- name: Upload test results
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
if: always()
3939
with:
4040
name: test-results
4141
path: build/reports/tests/test/
4242
retention-days: 7
4343

4444
- name: Upload build artifacts
45-
uses: actions/upload-artifact@v4
45+
uses: actions/upload-artifact@v5
4646
with:
4747
name: build-artifacts
4848
path: build/libs/*.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9191

9292
- name: Upload build artifacts
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
if: always()
9595
with:
9696
name: build-artifacts

0 commit comments

Comments
 (0)