Skip to content

Commit 206ebf7

Browse files
Updating github actions plugins version (#5734)
Co-authored-by: Remi Dettai <[email protected]>
1 parent d344aa1 commit 206ebf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker_images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
touch "/tmp/digests/${digest#sha256:}"
8282
8383
- name: Upload digest
84-
uses: actions/[email protected].1
84+
uses: actions/[email protected].2
8585
with:
8686
name: digest-${{ matrix.platform_suffix }}
8787
path: /tmp/digests/*
@@ -93,7 +93,7 @@ jobs:
9393
needs: [docker]
9494
steps:
9595
- name: Download digests
96-
uses: actions/download-artifact@v4.1.9
96+
uses: actions/download-artifact@v4.2.1
9797
with:
9898
pattern: digest-*
9999
path: /tmp/digests

0 commit comments

Comments
 (0)