Skip to content

Commit

Permalink
chore(deps): bump upload and download artifact to v4 (#12384)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joibel authored and sarabala1979 committed Jan 9, 2024
1 parent cc88116 commit 1bdfff0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Expand Up @@ -51,7 +51,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: argoexec
path: /tmp/argoexec_image.tar
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
echo " token: xxxxxx" >> $KUBECONFIG
until kubectl cluster-info ; do sleep 10s ; done
- name: Download argoexec image
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: argoexec
path: /tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Expand Up @@ -37,7 +37,7 @@ jobs:
run: git diff --exit-code
# Upload the site so reviewers see it.
- name: Upload Docs Site
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: site
Expand Down

0 comments on commit 1bdfff0

Please sign in to comment.