diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index d22f586..3e2a43e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -65,7 +65,7 @@ jobs: extra-channels: mantid-ornl neutrons/label/rc neutrons extra-commands: pixi run python -c "import finddata" - name: Upload conda package as artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: startsWith(github.ref, 'refs/tags/v') with: name: artifact-conda-package