Skip to content

Commit

Permalink
version of artifact action is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraLpresta committed Sep 11, 2024
1 parent 83dc04c commit d5138fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
uses: PrestaShopCorp/[email protected]

- name: Create & upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ github.event.repository.name }}
path: ../
include-hidden-files: true

0 comments on commit d5138fb

Please sign in to comment.