Skip to content

Commit 31004c5

Browse files
Merge pull request #48 from project-openubl/dependabot/github_actions/actions/upload-artifact-2.2.4
2 parents a1bc53c + 85319e6 commit 31004c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
shell: bash
3333
run: find . -name '*-reports' -type d | tar -czvf test-reports.tgz -T -
3434
- name: Upload failure archive (if maven failed)
35-
uses: actions/upload-artifact@v1
35+
uses: actions/upload-artifact@v2.2.4
3636
if: failure()
3737
with:
3838
name: test-reports-${{ matrix.flavor }}

.github/workflows/release-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
shell: bash
3737
run: tar -czvf maven-repo.tgz -C ~ .m2/repository
3838
- name: Persist Maven Repo
39-
uses: actions/upload-artifact@v1
39+
uses: actions/upload-artifact@v2.2.4
4040
with:
4141
name: maven-repo
4242
path: maven-repo.tgz
@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
find api/target -name 'lib' -o -name 'ublhub-api-*-runner.jar' | tar -czvf ublhub-java-artifacts.tgz -T -
7171
- name: Upload Archive XML Sender
72-
uses: actions/upload-artifact@v1
72+
uses: actions/upload-artifact@v2.2.4
7373
with:
7474
name: ublhub-java-artifacts
7575
path: 'ublhub-java-artifacts.tgz'

0 commit comments

Comments
 (0)