Skip to content

Commit

Permalink
revert artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
rmroot committed Sep 20, 2024
1 parent f7119fa commit c027b87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
VERSION: ${{ needs.build-mac.outputs.BUILD_VERSION }}
steps:
- name: Get artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
- name: Release
uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/') # Uncomment if enabling tag gating
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
BACKUP_DIR: /opt/actions-runner/backups
steps:
- name: Get artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: dist
- name: Deploy
Expand All @@ -64,7 +64,7 @@ jobs:
BACKUP_DIR: /opt/actions-runner/backups
steps:
- name: Get artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: dist
- name: Deploy
Expand Down

0 comments on commit c027b87

Please sign in to comment.