Skip to content

Commit

Permalink
build(tag): update artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Sep 16, 2024
1 parent e2d932b commit b6fee79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cd cicd-toolkit
make -C makefiles -f conda.mk build-recipe
- name: Saving recipe
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: recipe
path: cicd-toolkit/recipe/meta.yaml
Expand All @@ -56,7 +56,7 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Loading recipe
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: recipe
path: cicd-toolkit/recipe
Expand Down

0 comments on commit b6fee79

Please sign in to comment.