Skip to content

Commit 23e0cbb

Browse files
authored
Merge pull request #226 from zazuko/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents 74e7c55 + 5730cb9 commit 23e0cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: for file in test/observations/*.log ; do echo === $file === ; cat $file ; done
3939

4040
- name: Upload test results
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
if: ${{ failure() }}
4343
with:
4444
name: test-observations
@@ -83,7 +83,7 @@ jobs:
8383
run: for file in test/${{ matrix.profile }}/*.log ; do echo === $file === ; cat $file ; done
8484

8585
- name: Upload test results
86-
uses: actions/upload-artifact@v4
86+
uses: actions/upload-artifact@v5
8787
if: ${{ failure() }}
8888
with:
8989
name: test-${{ matrix.profile }}

0 commit comments

Comments
 (0)