Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and shogo82148 committed Dec 15, 2023
1 parent 39adef0 commit f62e19f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-build-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
../../bin/carton install
working-directory: ./scripts/linux

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cpanfile.snapshot-linux
path: scripts/linux/cpanfile.snapshot
Expand All @@ -45,7 +45,7 @@ jobs:
../../bin/carton install
working-directory: ./scripts/darwin

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cpanfile.snapshot-darwin
path: scripts/darwin/cpanfile.snapshot
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
run: ..\..\bin\carton install
working-directory: ./scripts/windows

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cpanfile.snapshot-windows
path: scripts/windows/cpanfile.snapshot
Expand All @@ -91,7 +91,7 @@ jobs:
../../bin/carton install
working-directory: ./scripts/common

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: cpanfile.snapshot-common
path: scripts/common/cpanfile.snapshot
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ jobs:
working-directory: ./scripts/windows

# for debugging
# - uses: actions/upload-artifact@v3
# - uses: actions/upload-artifact@v4
# with:
# name: perl-${{ matrix.perl }}
# path: ${{ runner.temp }}/perl-${{ matrix.perl }}
# if: failure()
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: perl-${{ matrix.perl }}-wer
path: ${{ runner.temp }}/perl-wer
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
# PERL_DL_DEBUG: "10" # enables debugging
working-directory: ./scripts/windows

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: perl-${{ matrix.perl }}-wer
path: ${{ runner.temp }}/perl-wer
Expand Down

0 comments on commit f62e19f

Please sign in to comment.