Skip to content

Commit

Permalink
Merge pull request #86 from kounoike/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3 in /.github/workflows
  • Loading branch information
kounoike committed Feb 22, 2023
2 parents f401e10 + c9b6f7f commit 09d77c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: build
run: .\scripts\build_win.bat
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-archive
path: build*/obs-virtualbg-*.zip
Expand All @@ -45,7 +45,7 @@ jobs:
- name: build
run: ./scripts/build_mac.sh
# - name: Upload artifacts
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: mac-archive
# path: build/obs-virtualbg-*.zip
Expand All @@ -64,7 +64,7 @@ jobs:
- name: build
run: ./scripts/build_linux.sh
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ubuntu-20.04-archive
path: build/obs-virtualbg-*.deb
6 changes: 3 additions & 3 deletions .github/workflows/upload-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: build
run: .\scripts\build_win.bat
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: windows-archive
path: build/obs-virtualbg-*.zip
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
# - name: build
# run: ./scripts/build_mac.sh
# - name: Upload artifacts
# uses: actions/upload-artifact@v2
# uses: actions/upload-artifact@v3
# with:
# name: mac-archive
# path: build/obs-virtualbg-*.zip
Expand All @@ -83,7 +83,7 @@ jobs:
- name: build
run: ./scripts/build_linux.sh
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ubuntu-20.04-archive
path: build/obs-virtualbg-*.deb
Expand Down

0 comments on commit 09d77c4

Please sign in to comment.