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 65f5777.
  • Loading branch information
martinvisser authored and erwinc1 committed Mar 18, 2024
1 parent 2b8925d commit 632d137
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 @@ -112,7 +112,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 632d137

Please sign in to comment.