Skip to content

Commit 58012ae

Browse files
dependabot[bot]per1234
authored andcommitted
Bump actions/download-artifact from 3 to 4 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13093e1 commit 58012ae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/sync-labels-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
uses: actions/checkout@v4
125125

126126
- name: Download configuration files artifact
127-
uses: actions/download-artifact@v3
127+
uses: actions/download-artifact@v4
128128
with:
129129
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
130130
path: ${{ env.CONFIGURATIONS_FOLDER }}

.github/workflows/test-install-script.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Download script artifact
78-
uses: actions/download-artifact@v3
78+
uses: actions/download-artifact@v4
7979
with:
8080
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
8181

@@ -114,7 +114,7 @@ jobs:
114114
echo "BINDIR=${{ runner.temp }}/custom-installation-folder" >> "$GITHUB_ENV"
115115
116116
- name: Download script artifact
117-
uses: actions/download-artifact@v3
117+
uses: actions/download-artifact@v4
118118
with:
119119
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
120120

@@ -151,7 +151,7 @@ jobs:
151151

152152
steps:
153153
- name: Download script artifact
154-
uses: actions/download-artifact@v3
154+
uses: actions/download-artifact@v4
155155
with:
156156
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
157157

@@ -184,7 +184,7 @@ jobs:
184184

185185
steps:
186186
- name: Download script artifact
187-
uses: actions/download-artifact@v3
187+
uses: actions/download-artifact@v4
188188
with:
189189
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
190190

@@ -228,7 +228,7 @@ jobs:
228228
echo "SECOND_BINDIR=${{ runner.temp }}/${SECOND_INSTALLATION_FOLDER}" >> "$GITHUB_ENV"
229229
230230
- name: Download script artifact
231-
uses: actions/download-artifact@v3
231+
uses: actions/download-artifact@v4
232232
with:
233233
name: ${{ env.SCRIPT_ARTIFACT_NAME }}
234234

0 commit comments

Comments
 (0)