Skip to content

Commit d962002

Browse files
ci(actions): update github artifact actions to v4 (major) (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d3ace98 commit d962002

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
119119
- name: ⬆️ Upload Binary Artifact
120-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
120+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
121121
with:
122122
name: ${{ matrix.artifact-name }}
123123
path: ${{ matrix.artifact-name }}.zip
@@ -131,7 +131,7 @@ jobs:
131131

132132
steps:
133133
- name: ⬇️ Download All Binary Artifacts
134-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
134+
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
135135

136136
- name: 🗃️Create Release
137137
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2

0 commit comments

Comments
 (0)