Skip to content

Commit

Permalink
chore: migrate artifact version to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
WONYOUNG-HC committed Jan 30, 2025
1 parent 2abe852 commit fa12798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
sentry-cli sourcemaps upload --org cotato-fe --project cotato build
- name: Save Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifact
path: |
Expand All @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v3

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

Expand Down

0 comments on commit fa12798

Please sign in to comment.