@@ -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
0 commit comments