Skip to content

Commit c5bbeb3

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2d1726a commit c5bbeb3

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

.github/workflows/java-17.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/java-8-antlr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/julia-1.10.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/julia-1.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/node-0.12.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/phusion.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*
@@ -101,7 +101,7 @@ jobs:
101101
mkdir -p ./branch
102102
echo $BRANCH > ./branch/branch_name
103103
104-
- uses: actions/upload-artifact@v4
104+
- uses: actions/upload-artifact@v6
105105
with:
106106
name: branch_name
107107
path: branch/

.github/workflows/python-3.4-rpi-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/python-3.4.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/python-3.7-ml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

.github/workflows/python-3.8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch "${{ runner.temp }}/digests/${digest#sha256:}"
5454
5555
- name: Upload digest
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: digests-${{ env.PLATFORM_PAIR }}
5959
path: ${{ runner.temp }}/digests/*

0 commit comments

Comments
 (0)