Skip to content

Commit 96dd77a

Browse files
authored
Merge pull request #348 from linux-nvme/dependabot/github_actions/actions/upload-artifact-3
build(deps): bump actions/upload-artifact from 1 to 3
2 parents af085a8 + a22d627 commit 96dd77a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
options: --verbose
2323
action: test
2424
# Preserve meson's log file on failure
25-
- uses: actions/upload-artifact@v1
25+
- uses: actions/upload-artifact@v3
2626
if: failure()
2727
with:
2828
name: Linux_Meson_Testlog
@@ -42,7 +42,7 @@ jobs:
4242
action: test
4343
meson-version: 0.61.2
4444
# Preserve meson's log file on failure
45-
- uses: actions/upload-artifact@v1
45+
- uses: actions/upload-artifact@v3
4646
if: failure()
4747
with:
4848
name: Linux_Meson_log

0 commit comments

Comments
 (0)