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

Bump actions/download-artifact from 5 to 7

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v5...v7)

---
updated-dependencies:
- dependency-name: actions/download-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-01-01 17:10:11 +00:00
committed by GitHub
parent 6da2c7ee6a
commit 7dc848d129
4 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@v6
- name: Fetch built PHAR from artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: pie-${{ github.sha }}.phar

View File

@@ -124,7 +124,7 @@ jobs:
echo "PIE_BINARY_OUTPUT=pie-${{ runner.os }}-${{ runner.arch }}.exe" >> $env:GITHUB_ENV
- name: Grab the pie.phar from artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v7
with:
name: pie-${{ github.sha }}.phar

View File

@@ -37,11 +37,11 @@ jobs:
- name: Build documentation
run: .github/docs/build-docs.sh
- name: Fetch built PHAR from artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: pie-${{ github.sha }}.phar
- name: Fetch the executable PIEs from artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v7
with:
path: executable-pie-binaries
pattern: pie-${{ github.sha }}-*.bin

View File

@@ -49,11 +49,11 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Fetch built PHAR from artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v7
with:
name: pie-${{ github.sha }}.phar
- name: Fetch the executable PIEs from artifacts
uses: actions/download-artifact@v5
uses: actions/download-artifact@v7
with:
path: executable-pie-binaries
pattern: pie-${{ github.sha }}-*.bin