mirror of
https://github.com/php/pie.git
synced 2026-03-23 23:12:17 +01:00
Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
James Titcumb
parent
2796a0c1ad
commit
730f3c2836
@@ -45,7 +45,7 @@ jobs:
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Fetch built PHAR from artifacts
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: pie-${{ github.sha }}.phar
|
||||
|
||||
|
||||
2
.github/workflows/build-assets.yml
vendored
2
.github/workflows/build-assets.yml
vendored
@@ -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@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: pie-${{ github.sha }}.phar
|
||||
|
||||
|
||||
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -37,11 +37,11 @@ jobs:
|
||||
- name: Build documentation
|
||||
run: .github/docs/build-docs.sh
|
||||
- name: Fetch built PHAR from artifacts
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: pie-${{ github.sha }}.phar
|
||||
- name: Fetch the executable PIEs from artifacts
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: executable-pie-binaries
|
||||
pattern: pie-${{ github.sha }}-*.bin
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -49,11 +49,11 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Fetch built PHAR from artifacts
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
name: pie-${{ github.sha }}.phar
|
||||
- name: Fetch the executable PIEs from artifacts
|
||||
uses: actions/download-artifact@v7
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
path: executable-pie-binaries
|
||||
pattern: pie-${{ github.sha }}-*.bin
|
||||
|
||||
Reference in New Issue
Block a user