Skip to content

Commit

Permalink
chore: update github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartui committed Sep 19, 2024
1 parent 0ee54f8 commit 3ea56a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
src: '.'
dest: 'build'
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: build
path: build
Expand All @@ -96,7 +96,7 @@ jobs:
run: |
zip -rq ${{ secrets.SLUG }}-dev.zip ${{ secrets.SLUG }}
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ secrets.SLUG }}-dev
path: ${{ secrets.SLUG }}-dev.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
src: '.'
dest: 'build'
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: build
path: build
Expand All @@ -71,7 +71,7 @@ jobs:
run: |
zip -rq ${{ steps.vars.outputs.package-name }}.zip ${{ secrets.SLUG }}
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ steps.vars.outputs.package-name }}
path: ${{ steps.vars.outputs.package-name }}.zip
Expand Down

0 comments on commit 3ea56a1

Please sign in to comment.