Skip to content

Commit b14ef26

Browse files
author
Matthias Koeppe
committed
.github/workflows/{build,doc-build}.yml: Use actions/upload-artifact@v3
1 parent b92d9f4 commit b14ef26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
mkdir -p upstream
4141
git format-patch --stdout test_base > upstream/ci_fixes.patch
42-
- uses: actions/upload-artifact@v2
42+
- uses: actions/upload-artifact@v3
4343
with:
4444
path: upstream
4545
name: upstream

.github/workflows/doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
mkdir -p upstream
2929
git format-patch --stdout test_base > upstream/ci_fixes.patch
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v3
3131
with:
3232
path: upstream
3333
name: upstream

0 commit comments

Comments
 (0)