1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

Bump actions/upload-artifact from 6 to 7

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-01 17:13:50 +00:00
committed by James Titcumb
parent 1fa74f04ad
commit 2796a0c1ad

View File

@@ -59,7 +59,7 @@ jobs:
uses: actions/attest-build-provenance@v3
with:
subject-path: '${{ github.workspace }}/pie.phar'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: pie-${{ github.sha }}.phar
path: pie.phar
@@ -155,7 +155,7 @@ jobs:
with:
subject-path: '${{ github.workspace }}/${{ env.PIE_BINARY_OUTPUT }}'
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
with:
name: pie-${{ github.sha }}-${{ runner.os }}-${{ runner.arch }}.bin
path: ${{ env.PIE_BINARY_OUTPUT }}