Skip to content

Commit

Permalink
Merge pull request #306 from CSCfi/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-2.3.0

Bump actions/upload-artifact from 2.2.4 to 2.3.0
  • Loading branch information
genie9 authored Dec 14, 2021
2 parents c7b0444 + ab24a6e commit 07e8b7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Persist log files
if: ${{ failure() }}
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: test_debugging_help
path: tests
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Persist log files
if: ${{ failure() }}
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: test_debugging_help
path: tests

0 comments on commit 07e8b7c

Please sign in to comment.