Skip to content

Commit b4a85b3

Browse files
dependabot[bot]igaw
authored andcommitted
build(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@37930b1...70fc10c) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8f4bde0 commit b4a85b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/libnvme-release-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
id-token: write
110110
if: github.repository == 'linux-nvme/nvme-cli'
111111
steps:
112-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
112+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
113113
with:
114114
name: test_pypi
115115
path: dist
@@ -137,7 +137,7 @@ jobs:
137137
fi
138138
139139
- name: Download artifiact
140-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
140+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
141141
if: steps.check-tag.outputs.match == 'true'
142142
with:
143143
name: artifact

.github/workflows/upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
needs: build-static
5050
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
5151
steps:
52-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
52+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
5353
with:
5454
name: nvme-cli
5555
path: upload
@@ -76,7 +76,7 @@ jobs:
7676
VERSION: ${{ needs.build-static.outputs.VERSION }}
7777
if: ${{ github.event_name == 'release' }}
7878
steps:
79-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
79+
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
8080
with:
8181
name: nvme-cli
8282
path: upload

0 commit comments

Comments
 (0)