Skip to content

Commit 70f3e44

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#164)
1 parent 6788a0c commit 70f3e44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
id-token: write
7373
steps:
7474
- name: Download distributions
75-
uses: actions/download-artifact@v3
75+
uses: actions/download-artifact@v4.1.7
7676
with:
7777
name: package-distributions
7878
path: dist/
@@ -87,17 +87,17 @@ jobs:
8787
steps:
8888
- uses: actions/checkout@v4
8989
- name: Download distributions
90-
uses: actions/download-artifact@v3
90+
uses: actions/download-artifact@v4.1.7
9191
with:
9292
name: package-distributions
9393
path: dist/
9494
- name: Download man page
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4.1.7
9696
with:
9797
name: man-page
9898
path: man
9999
- name: Download release notes
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: release-notes
103103
path: notes

0 commit comments

Comments
 (0)