Skip to content

Commit e5da43a

Browse files
dependabot[bot]darksaid98
authored andcommitted
ci: bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87dbcae commit e5da43a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
# Upload the snapshot artifacts
101101
- name: Upload Snapshot Artifacts
102-
uses: actions/upload-artifact@v4
102+
uses: actions/upload-artifact@v5
103103
with:
104104
name: Snapshot-${{ github.run_number }}
105105
path: ${{ github.workspace }}/**/build/libs/*.jar
@@ -185,7 +185,7 @@ jobs:
185185
${{ github.workspace }}/**/build/libs/*.jar
186186
187187
- name: Upload Release Artifacts
188-
uses: actions/upload-artifact@v4
188+
uses: actions/upload-artifact@v5
189189
with:
190190
name: Release
191191
path: ${{ github.workspace }}/**/build/libs/*.jar

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Archive test results for debugging if tests fail
8585
- name: Archive Test Results
8686
if: steps.run-tests.outputs.test_exit_code != '0'
87-
uses: actions/upload-artifact@v4
87+
uses: actions/upload-artifact@v5
8888
with:
8989
name: test-results
9090
path: |

0 commit comments

Comments
 (0)