Skip to content

Commit

Permalink
Merge pull request #96 from emiliom/ohwes24-nov-event
Browse files Browse the repository at this point in the history
Update GH action upload-artifact to v4
  • Loading branch information
emiliom authored Nov 11, 2024
2 parents 13f3be6 + a1596aa commit 41445c1
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 41445c1

Please sign in to comment.