Skip to content

Commit

Permalink
chore: bump version of upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Sep 4, 2024
1 parent b420a9c commit 5091ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
id: sha
run: echo "short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Archive Build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: build/release/
name: ${{ inputs.artifact-name }}-${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
working-directory: frontend
run: npm run build
- name: Archive Frontend
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: snd-frontend
path: frontend/dist
Expand Down

0 comments on commit 5091ab0

Please sign in to comment.