Skip to content

Commit

Permalink
Artifact version updated to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 committed Sep 10, 2024
1 parent 065d762 commit 31bcad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
echo "SKIP=TRUE" >> $GITHUB_ENV
fi
- name: Upload tar as Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: charts
path: ./*.tgz
Expand All @@ -88,7 +88,7 @@ jobs:
if: env.SKIP != 'TRUE'

- name: Download tar from Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: charts
path: ./
Expand Down

0 comments on commit 31bcad5

Please sign in to comment.