Skip to content

Commit 869de60

Browse files
authored
Merge pull request #585 from phparkitect/dependabot/github_actions/actions/download-artifact-8
ci(deps): bump actions/download-artifact from 7 to 8
2 parents f723b37 + 8f6dbe6 commit 869de60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
112112

113113
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
114-
uses: actions/download-artifact@v7
114+
uses: actions/download-artifact@v8
115115
with:
116116
# will download phar in project root
117117
name: phar-artifact
@@ -127,7 +127,7 @@ jobs:
127127
contents: write
128128
steps:
129129
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
130-
uses: actions/download-artifact@v7
130+
uses: actions/download-artifact@v8
131131
with:
132132
# will download phar in project root
133133
name: phar-artifact

0 commit comments

Comments
 (0)