Skip to content

Commit f211ab4

Browse files
committed
More CI updates
1 parent 0ce4ff2 commit f211ab4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release-images.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121

2222
- name: Log in to GitHub Container Registry
23-
uses: docker/login-action@v2
23+
uses: docker/login-action@v3
2424
with:
2525
registry: ghcr.io
2626
username: ${{ github.actor }}

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- any
7777
steps:
7878
- name: Download Artifact
79-
uses: actions/download-artifact@v2
79+
uses: actions/download-artifact@v4
8080
with:
8181
name: ${{ env.PACKAGE_NAME }}-${{ matrix.target }}
8282
path: ${{ env.PACKAGE_NAME }}-${{ matrix.target }}

0 commit comments

Comments
 (0)