Skip to content

Commit 834f1e5

Browse files
Bump the actions-deps group with 2 updates (#644)
Bumps the actions-deps 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: actions-deps - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pieter Viljoen <ptr727@users.noreply.github.com>
1 parent 2ec7f71 commit 834f1e5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/BuildDockerPush.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: cat ${{ runner.temp }}/versions/${{ matrix.file }}
5858

5959
- name: Upload version artifacts
60-
uses: actions/upload-artifact@v6
60+
uses: actions/upload-artifact@v7
6161
with:
6262
name: versions-${{ matrix.file }}
6363
path: ${{ runner.temp }}/versions/${{ matrix.file }}
@@ -74,7 +74,7 @@ jobs:
7474
uses: actions/checkout@v6
7575

7676
- name: Download version artifacts
77-
uses: actions/download-artifact@v7
77+
uses: actions/download-artifact@v8
7878
with:
7979
pattern: versions-*
8080
merge-multiple: true

.github/workflows/BuildGitHubRelease.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
-property:PackageVersion=${{ needs.get-version.outputs.SemVer2 }}
5656
5757
- name: Upload build artifacts
58-
uses: actions/upload-artifact@v6
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: publish-${{ matrix.runtime }}
6161
path: ${{ runner.temp }}/publish
@@ -68,7 +68,7 @@ jobs:
6868
steps:
6969

7070
- name: Download build artifacts
71-
uses: actions/download-artifact@v7
71+
uses: actions/download-artifact@v8
7272
with:
7373
pattern: publish-*
7474
merge-multiple: true

0 commit comments

Comments
 (0)