Skip to content

Commit

Permalink
Revert "Bump actions/download-artifact from 3 to 4"
Browse files Browse the repository at this point in the history
This reverts commit 495cc27.
  • Loading branch information
martinvisser committed Mar 18, 2024
1 parent ed8eb82 commit ab698e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:
git checkout --progress --force refs/tags/${{ github.event.inputs.version }}
- name: 'Download all build artifacts'
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3

- name: 'Set up Java'
uses: actions/setup-java@v4
Expand Down

0 comments on commit ab698e5

Please sign in to comment.