Skip to content

Commit

Permalink
Bump actions/download-artifact to v4
Browse files Browse the repository at this point in the history
download-artifact needs to be v4 because
upload-artifact is already v4.

Also bump actions/checkout to v4.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed May 21, 2024
1 parent b2df789 commit e9c0d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -125,10 +125,10 @@ jobs:
contents: write
steps:
- name: Checkout Fabric CA Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Release Fabric CA Version
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit e9c0d7f

Please sign in to comment.