We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4134b0 + 4f9a878 commit 17df493Copy full SHA for 17df493
2 files changed
.github/workflows/deploy_beta_testing.yml
@@ -50,7 +50,7 @@ jobs:
50
- uses: actions/checkout@v6
51
52
- name: Download war artifact
53
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v8
54
with:
55
name: built-app
56
path: ./
.github/workflows/maven_unit_test.yml
@@ -112,7 +112,7 @@ jobs:
112
cache: maven
113
114
# Get the build output from the unit test job
115
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v8
116
117
name: java-artifacts
118
- run: |
@@ -145,7 +145,7 @@ jobs:
145
146
147
# Get the build output from the integration test job
148
149
150
name: java-reportdir
151
- run: tar -xvf java-reportdir.tar
0 commit comments