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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and hurricup committed Dec 18, 2023
1 parent 0e7db52 commit c073198
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_build_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
arguments: buildPlugin --console plain

- name: Upload Plugins
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: plugins
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Upload Aggregated Coverage Report
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: |
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-integration-plenv-${{ inputs.os }}
path: |
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-integration-asdf-${{ inputs.os }}
path: |
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-integration-perlbrew-${{ inputs.os }}
path: |
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-integration-perlbrew-libs-${{ inputs.os }}
path: |
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-integration-system-${{ inputs.os }}
path: |
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-integration-docker-${{ inputs.os }}
path: |
Expand All @@ -302,7 +302,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: light-tests-coverage-${{ inputs.os }}
path: |
Expand All @@ -328,7 +328,7 @@ jobs:

- name: Upload Coverage Data
if: ${{ env.COVERALLS_REPO_TOKEN }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: heavy-tests-coverage-${{ inputs.os }}
path: |
Expand Down

0 comments on commit c073198

Please sign in to comment.