Skip to content

Commit

Permalink
Merge branch 'master' into feat/collection/add-collection-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
constantinius authored Feb 22, 2025
2 parents 3e06ca9 + d4b6f21 commit 86672fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
docker exec -i eoxserver-autotest-1 python3 ${{ matrix.command }}
- name: Upload logs and outputs of failed tests
uses: 'actions/upload-artifact@v3'
uses: 'actions/upload-artifact@v4'
with:
name: logs ${{ matrix.command }}
path: |
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
pip install setuptools wheel
sudo apt-get install -y gdal-bin
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: eoxserver-dist
path: ./dist/
Expand All @@ -185,7 +185,7 @@ jobs:
if: contains(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3.0.1
- uses: actions/download-artifact@v4
with:
name: eoxserver-dist
- name: Branch name
Expand Down

0 comments on commit 86672fa

Please sign in to comment.