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 046efba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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
5 changes: 3 additions & 2 deletions .github/workflows/publish_platform_hotfix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,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 046efba

Please sign in to comment.