Skip to content

Commit

Permalink
Update upload/download action version
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim committed Sep 20, 2024
1 parent a7e81ce commit e7ef92b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/daily-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
cp *.tgz ../../artifacts/tarballs
- name: Upload bundles
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: bundles
path: packages/bundle/dist/**/*

- name: Upload tarballs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: tarballs
path: artifacts/tarballs/**/*
Expand All @@ -76,11 +76,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: bundles

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: tarballs

Expand Down

0 comments on commit e7ef92b

Please sign in to comment.