Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/github_actions/actions/downloa…
Browse files Browse the repository at this point in the history
…d-artifact-4
  • Loading branch information
NyakudyaA authored Jan 13, 2024
2 parents 4e263c1 + 4b32554 commit 97cb5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache-to: type=gha,scope=test
target: activemq-prod
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kartoza-activemq
path: /tmp/activemq.tar
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
cache-to: type=gha,scope=test
target: geoserver-test
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: kartoza-geoserver
path: /tmp/geoserver.tar
Expand Down

0 comments on commit 97cb5d0

Please sign in to comment.