Skip to content

Commit

Permalink
Upgrade upload-artifact@v3 to @v4 (#1425)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisscher authored Jan 8, 2025
1 parent b7344f4 commit 1e02314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
micromamba env export
micromamba env export > env.yaml
- name: Upload final environment as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: env-${{ matrix.os }}-${{ matrix.python-version }}
path: env.yaml
Expand Down

0 comments on commit 1e02314

Please sign in to comment.