Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit d2412eb

Browse files
authored
Merge pull request #161 from CSCfi/dependabot/github_actions/actions/upload-artifact-v2.2.2
Bump actions/upload-artifact from v1 to v2.2.2
2 parents 6b31e88 + 05978e6 commit d2412eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/int.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Persist log files
6969
if: ${{ failure() }}
70-
uses: actions/upload-artifact@v1
70+
uses: actions/upload-artifact@v2.2.2
7171
with:
7272
name: test_debugging_help
7373
path: tests

0 commit comments

Comments
 (0)