Skip to content

Commit

Permalink
Revert "build(deps): bump actions/upload-artifact from 2 to 4 (#36)" (#…
Browse files Browse the repository at this point in the history
…38)

This reverts commit e2ffe92.
  • Loading branch information
aceforeverd authored Jan 18, 2024
1 parent e2ffe92 commit 65e55b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Upload Artifact
if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && github.event.inputs.UPLOAD)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
path: deps/thirdparty-*.tar.gz

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Upload Artifact
if: startsWith(github.ref, 'refs/tags/v') || (github.event_name == 'workflow_dispatch' && github.event.inputs.UPLOAD)
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
path: deps/thirdparty-*.tar.gz

Expand All @@ -171,7 +171,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3

- name: generate signature
working-directory: artifact
Expand Down

0 comments on commit 65e55b4

Please sign in to comment.