Skip to content

Commit

Permalink
Up actions/upload-artifact 3 -> 4
Browse files Browse the repository at this point in the history
  • Loading branch information
DaryaLari committed Dec 10, 2024
1 parent 32387c5 commit d48fd5c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,9 @@ jobs:
run: |
mkdir -p ./workflow_ref
echo "${{ env.NEW_BRANCH }}" > ./workflow_ref/ref
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: workflow_ref
path: ./workflow_ref/
retention-days: 30
retention-days: 30
overwrite: true

0 comments on commit d48fd5c

Please sign in to comment.