We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc2c00f + 07d5f4a commit b0afa93Copy full SHA for b0afa93
2 files changed
.github/workflows/docs.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Build documentation
37
run: .github/docs/build-docs.sh
38
- name: Fetch built PHAR from artifacts
39
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
40
with:
41
name: pie-${{ github.sha }}.phar
42
- name: Verify the PHAR
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
contents: write
27
steps:
28
29
30
31
32
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/checkout@v5
59
60
61
62
63
64
0 commit comments