Skip to content

Commit e016cad

Browse files
build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1037)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a2264f commit e016cad

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/_build_deb_reusable.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@ jobs:
6060
rake apt:build APT_TARGETS=${{ inputs.rake-job }} ${{ inputs.rake-options }}
6161
- name: Upload fluent-package deb
6262
if: ${{ ! inputs.next-major }}
63-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
63+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6464
with:
6565
name: packages-${{ inputs.rake-job }}
6666
path: fluent-package/apt/repositories
6767
- name: Upload fluent-apt-source deb
6868
if: ${{ ! inputs.next-major }}
69-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: packages-apt-source-${{ inputs.rake-job }}
7272
path: fluent-apt-source/apt/repositories
7373
- name: Upload fluent-lts-apt-source deb
7474
if: ${{ ! inputs.next-major }}
75-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
75+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7676
with:
7777
name: packages-lts-apt-source-${{ inputs.rake-job }}
7878
path: fluent-lts-apt-source/apt/repositories
7979
- name: Upload v7 fluent-package deb
8080
if: ${{ inputs.next-major }}
81-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
81+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8282
with:
8383
name: v7-packages-${{ inputs.rake-job }}
8484
path: v7-test/fluent-package/apt/repositories

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
rm -rf fluent/staging
3434
rake dmg:selfbuild PATH="$HOME/.cargo/bin:$PATH"
3535
- name: Upload fluent-package dmg
36-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
36+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3737
with:
3838
name: packages-macos
3939
path: fluent-package/dmg/*.dmg

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
gem install bundler:2.2.9 --no-document
4949
rake msi:build
5050
- name: Upload td-agent msi
51-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
51+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5252
with:
5353
name: packages-windows-x86_64
5454
path: fluent-package/msi/repositories

.github/workflows/yum-arm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ jobs:
4949
run: |
5050
rake yum:build YUM_TARGETS=${{ matrix.rake-job }}-aarch64
5151
- name: Upload fluent-package rpm
52-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353
with:
5454
name: packages-${{ matrix.rake-job }}-aarch64
5555
path: fluent-package/yum/repositories
5656
- name: Upload fluent-release rpm
57-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
57+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858
with:
5959
name: packages-release-${{ matrix.rake-job }}-aarch64
6060
path: fluent-release/yum/repositories
6161
- name: Upload fluent-lts-release rpm
62-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
62+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363
with:
6464
name: packages-lts-release-${{ matrix.rake-job }}-aarch64
6565
path: fluent-lts-release/yum/repositories

.github/workflows/yum.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,22 +66,22 @@ jobs:
6666
git am fluent-package/bump-version-v7.patch
6767
rake yum:build YUM_TARGETS=${{ matrix.rake-job }}
6868
- name: Upload fluent-package rpm
69-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
with:
7171
name: packages-${{ matrix.rake-job }}
7272
path: fluent-package/yum/repositories
7373
- name: Upload fluent-release rpm
74-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
74+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7575
with:
7676
name: packages-release-${{ matrix.rake-job }}
7777
path: fluent-release/yum/repositories
7878
- name: Upload fluent-lts-release rpm
79-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
79+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8080
with:
8181
name: packages-lts-release-${{ matrix.rake-job }}
8282
path: fluent-lts-release/yum/repositories
8383
- name: Upload v7 fluent-package rpm
84-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
84+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
8585
with:
8686
name: v7-packages-${{ matrix.rake-job }}
8787
path: v7-test/fluent-package/yum/repositories

0 commit comments

Comments
 (0)