Skip to content

Commit

Permalink
e update artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Raml committed Oct 24, 2024
1 parent 9151e89 commit 6ca7be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/geospade_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: ["ubuntu-latest"]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
submodules: false # does not work with self-hosted testdata
- name: Checkout Testdata
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
filename=env_py${{ matrix.python-version }}_${{ matrix.os }}.yml
conda env export --no-builds | grep -v "prefix" > .artifacts/$filename
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: os_py_environments
path: .artifacts/*
Expand Down

0 comments on commit 6ca7be4

Please sign in to comment.