Skip to content

Commit

Permalink
ci: upgrade artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aceforeverd committed Sep 14, 2024
1 parent 1ef7c5b commit 90b44f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Upload Artifacts
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: libzetasql-*.tar.gz
name: release-artifacts
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- name: Upload Artifacts
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: libzetasql-*.tar.gz
name: release-artifacts
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Upload Artifacts
if: ${{ github.event_name == 'push' }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
path: libzetasql-*.tar.gz
name: release-artifacts
Expand All @@ -183,7 +183,7 @@ jobs:
timeout-minutes: 120
steps:
- name: Download Release Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: release-artifacts

Expand Down

0 comments on commit 90b44f4

Please sign in to comment.