Skip to content

Commit c3766f4

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 78105cb commit c3766f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: topics/testing/code
3939
run: mvn verify
4040

41-
- uses: actions/upload-artifact@v4.6.2
41+
- uses: actions/upload-artifact@v5.0.0
4242
if: always()
4343
with:
4444
path: 'topics/testing/code/target/'

.github/workflows/pattern-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
working-directory: topics/sw_concepts/code/pattern-examples
3535
run: mvn test
3636

37-
- uses: actions/upload-artifact@v4.6.2
37+
- uses: actions/upload-artifact@v5.0.0
3838
if: always()
3939
with:
4040
path: 'topics/sw_concepts/code/pattern-examples/target'

0 commit comments

Comments
 (0)