Skip to content

Commit

Permalink
Update gh action upload-artifact to v4.
Browse files Browse the repository at this point in the history
v3 will be deprecated in early December
  • Loading branch information
emiliom committed Nov 11, 2024
1 parent 13f3be6 commit a1596aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
cat conda-packages.txt >> $GITHUB_STEP_SUMMARY
- name: Archive Conda Package List
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: conda-packages
path: conda-packages.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pixi-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
cat conda-packages.txt >> $GITHUB_STEP_SUMMARY
- name: Archive Conda Package List
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: conda-packages
path: conda-packages.txt
Expand Down

0 comments on commit a1596aa

Please sign in to comment.