We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78105cb commit c3766f4Copy full SHA for c3766f4
.github/workflows/java-exercise.yml
@@ -38,7 +38,7 @@ jobs:
38
working-directory: topics/testing/code
39
run: mvn verify
40
41
- - uses: actions/upload-artifact@v4.6.2
+ - uses: actions/upload-artifact@v5.0.0
42
if: always()
43
with:
44
path: 'topics/testing/code/target/'
.github/workflows/pattern-examples.yml
@@ -34,7 +34,7 @@ jobs:
34
working-directory: topics/sw_concepts/code/pattern-examples
35
run: mvn test
36
37
path: 'topics/sw_concepts/code/pattern-examples/target'
0 commit comments