Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84d2dfd

Browse filesBrowse files
dependabot[bot]per1234
authored andcommitted
build(deps): Bump actions/download-artifact from 3 to 4
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] <support@github.com>
1 parent 86c7fd7 commit 84d2dfd
Copy full SHA for 84d2dfd

File tree

2 files changed

+5
-5
lines changed
Filter options

2 files changed

+5
-5
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ jobs:
450450
uses: actions/checkout@v4
451451

452452
- name: Download staged-for-merge channel files artifact
453-
uses: actions/download-artifact@v3
453+
uses: actions/download-artifact@v4
454454
with:
455455
name: ${{ env.STAGED_CHANNEL_FILES_ARTIFACT }}
456456
path: ${{ env.CHANNEL_FILES_PATH }}
@@ -509,7 +509,7 @@ jobs:
509509

510510
steps:
511511
- name: Download job transfer artifact
512-
uses: actions/download-artifact@v3
512+
uses: actions/download-artifact@v4
513513
with:
514514
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
515515
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -586,7 +586,7 @@ jobs:
586586
runs-on: ubuntu-latest
587587
steps:
588588
- name: Download [GitHub Actions]
589-
uses: actions/download-artifact@v3
589+
uses: actions/download-artifact@v4
590590
with:
591591
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
592592
path: ${{ env.JOB_TRANSFER_ARTIFACT }}
@@ -618,7 +618,7 @@ jobs:
618618
runs-on: ubuntu-latest
619619
steps:
620620
- name: Download [GitHub Actions]
621-
uses: actions/download-artifact@v3
621+
uses: actions/download-artifact@v4
622622
with:
623623
name: ${{ env.JOB_TRANSFER_ARTIFACT }}
624624
path: ${{ env.JOB_TRANSFER_ARTIFACT }}

‎.github/workflows/sync-labels.yml

Copy file name to clipboardExpand all lines: .github/workflows/sync-labels.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/checkout@v4
110110

111111
- name: Download configuration files artifact
112-
uses: actions/download-artifact@v3
112+
uses: actions/download-artifact@v4
113113
with:
114114
name: ${{ env.CONFIGURATIONS_ARTIFACT }}
115115
path: ${{ env.CONFIGURATIONS_FOLDER }}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.