Skip to content

Commit 0fc9ad5

Browse files
authored
Merge pull request #240 from PrestaShop/dependabot/github_actions/dev/actions/upload-artifact-7
Bump actions/upload-artifact from 4 to 7
2 parents 4544c79 + ed7b1ee commit 0fc9ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Generate index.php
1818
run: ~/.composer/vendor/bin/autoindex
1919
- name: Create & upload artifact
20-
uses: actions/upload-artifact@v4
20+
uses: actions/upload-artifact@v7
2121
with:
2222
name: ${{ github.event.repository.name }}
2323
path: /home/runner/work/${{ github.event.repository.name }}

0 commit comments

Comments
 (0)