Skip to content

Commit 75c39ec

Browse files
authored
Merge pull request #105 from link-u/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 3a7debc + 1ff0c79 commit 75c39ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-debian-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
script: scripts/build-debian-package.sh
2828
on: ${{ matrix.codename }}
2929
- name: Upload result
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v3
3131
with:
3232
name: ${{ matrix.codename }}
3333
path: |

.github/workflows/build-on-Windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
ninja -v
6363
strip davif.exe
6464
- name: Upload result
65-
uses: actions/upload-artifact@v2
65+
uses: actions/upload-artifact@v3
6666
with:
6767
name: davif-win64
6868
path: build/davif.exe

0 commit comments

Comments
 (0)