Skip to content

Commit

Permalink
Merge pull request #122 from FwMotion/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
2 parents f9776be + 7f296e2 commit ad7a0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perform-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
popd
- name: Upload Artifact to GitHub Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 3scale-cms-${{ runner.os }}-java
path: ${{ github.workspace }}/tarball/3scale-cms-${{ runner.os }}-java.tar.gz
Expand Down Expand Up @@ -324,7 +324,7 @@ jobs:
popd
- name: Upload Artifact to GitHub Actions
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 3scale-cms-${{ runner.os }}-${{ runner.arch }}
path: ${{ github.workspace }}/tarball/3scale-cms-${{ runner.os }}-${{ runner.arch }}.tar.gz
Expand Down

0 comments on commit ad7a0f7

Please sign in to comment.