Skip to content

Commit 5141b71

Browse files
build(deps): bump the gha-dependencies group with 2 updates
Bumps the gha-dependencies group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ad7986 commit 5141b71

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/merge_to_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: make build
3333
shell: bash
3434
- name: "Upload Build"
35-
uses: actions/upload-artifact@v6
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: fastly-cli-build-${{ matrix.platform }}-${{ github.sha }}
3838
path: fastly

.github/workflows/pr_test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: "Generate static app config"
3131
run: make config
3232
- name: "Config Artifact"
33-
uses: actions/upload-artifact@v6
33+
uses: actions/upload-artifact@v7
3434
with:
3535
name: config-artifact-${{ github.sha }}
3636
path: pkg/config/config.toml
@@ -50,7 +50,7 @@ jobs:
5050
run: make mod-download
5151
shell: bash
5252
- name: "Config Artifact"
53-
uses: actions/download-artifact@v7
53+
uses: actions/download-artifact@v8
5454
with:
5555
name: config-artifact-${{ github.sha }}
5656
- name: "Move Config"
@@ -93,7 +93,7 @@ jobs:
9393
with:
9494
node-version: ${{ matrix.node-version }}
9595
- name: "Config Artifact"
96-
uses: actions/download-artifact@v7
96+
uses: actions/download-artifact@v8
9797
with:
9898
name: config-artifact-${{ github.sha }}
9999
- name: "Move Config"
@@ -136,7 +136,7 @@ jobs:
136136
with:
137137
fetch-depth: 0
138138
- name: Download config artifact
139-
uses: actions/download-artifact@v7
139+
uses: actions/download-artifact@v8
140140
with:
141141
name: config-artifact-${{ github.sha }}
142142
path: pkg/config

0 commit comments

Comments
 (0)