Skip to content

Commit e9c0d7f

Browse files
committed
Bump actions/download-artifact to v4
download-artifact needs to be v4 because upload-artifact is already v4. Also bump actions/checkout to v4. Signed-off-by: David Enyeart <enyeart@us.ibm.com>
1 parent b2df789 commit e9c0d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v3
76+
uses: actions/checkout@v4
7777

7878
- name: Login to the ${{ env.DOCKER_REGISTRY }} Container Registry
7979
uses: docker/login-action@v3
@@ -125,10 +125,10 @@ jobs:
125125
contents: write
126126
steps:
127127
- name: Checkout Fabric CA Code
128-
uses: actions/checkout@v3
128+
uses: actions/checkout@v4
129129
- name: Download Artifacts
130130
id: download
131-
uses: actions/download-artifact@v3
131+
uses: actions/download-artifact@v4
132132
- name: Release Fabric CA Version
133133
uses: ncipollo/release-action@v1
134134
with:

0 commit comments

Comments
 (0)