Skip to content

Commit

Permalink
updating deprecated actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
iganulevics committed Sep 10, 2024
1 parent 5b35a7d commit af55b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: shopware-cli extension zip . --disable-git

- name: Upload release zip file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.PLUGIN_NAME }}.zip
path: ./nosto-shopware6/${{ env.PLUGIN_NAME }}.zip
Expand All @@ -63,7 +63,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}

- name: Download release zip file
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: ${{ env.PLUGIN_NAME }}.zip
path: ./
Expand Down

0 comments on commit af55b76

Please sign in to comment.