Skip to content

Commit

Permalink
Update version for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lionick committed Jan 27, 2025
1 parent bc4b1e3 commit cc5ef05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
outPath: frontend-${{matrix.tenant}}-release-build.tar.gz
# Upload as an artifact of the current workflow
- name: Upload frontend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: frontend-${{matrix.tenant}}-release-build.tar.gz
path: frontend-${{matrix.tenant}}-release-build.tar.gz
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
requirements.txt
outPath: backend-release-build.tar.gz
- name: Upload backend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: backend-release-build.tar.gz
path: backend-release-build.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ jobs:
outPath: frontend-${{matrix.tenant}}-release-build.tar.gz
# Upload as an artifact of the current workflow
- name: Upload frontend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: frontend-${{matrix.tenant}}-release-build.tar.gz
path: frontend-${{matrix.tenant}}-release-build.tar.gz
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
requirements.txt
outPath: backend-release-build.tar.gz
- name: Upload backend build zip artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: backend-release-build.tar.gz
path: backend-release-build.tar.gz
Expand Down

0 comments on commit cc5ef05

Please sign in to comment.