Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
from migration guide no breaking changes apply here.
  • Loading branch information
msramalho authored Jan 9, 2025
1 parent ea834c3 commit f61204c
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 @@ -82,7 +82,7 @@ jobs:
- name: Upload package distribution files
if: matrix.task.name == 'Build'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: package
path: dist
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Download package distribution files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: package
path: dist
Expand Down

0 comments on commit f61204c

Please sign in to comment.