Skip to content

Commit

Permalink
Bump actions/upload-artifact from 2 to 3 (#1379)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andy Holmes <[email protected]>
  • Loading branch information
dependabot[bot] and andyholmes authored Jun 4, 2022
1 parent 35d0cfe commit 021ab2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gnome-3-36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload Test Logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-logs
path: _build/meson-logs
Expand All @@ -44,7 +44,7 @@ jobs:
ninja -C _build make-zip
- name: Upload Test Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-build
path: _build/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gnome-3-38.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Upload Test Logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-logs
path: _build/meson-logs
Expand All @@ -44,7 +44,7 @@ jobs:
ninja -C _build make-zip
- name: Upload Test Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-build
path: _build/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Upload Test Logs
if: ${{ always() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-logs
path: _build/meson-logs
Expand All @@ -47,7 +47,7 @@ jobs:
ninja -C _build make-zip
- name: Upload Test Build
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: test-build
path: _build/[email protected]
Expand Down

0 comments on commit 021ab2a

Please sign in to comment.