Skip to content

Commit 73f18c4

Browse files
build(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@70fc10c...3e5f45b) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 8.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e89daf6 commit 73f18c4

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
@@ -116,7 +116,7 @@ jobs:
116116
id-token: write
117117
if: github.repository == 'linux-nvme/nvme-cli' && github.ref_type == 'branch'
118118
steps:
119-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
119+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
120120
with:
121121
name: test_pypi
122122
path: dist
@@ -145,7 +145,7 @@ jobs:
145145
fi
146146
147147
- name: Download artifiact
148-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
148+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
149149
if: steps.check-tag.outputs.match == 'true'
150150
with:
151151
name: artifact

.github/workflows/upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
needs: build-static
5858
if: ${{ (github.event_name == 'push' || github.event_name == 'release') && github.repository == 'linux-nvme/nvme-cli' }}
5959
steps:
60-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
60+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
6161
with:
6262
name: nvme-cli
6363
path: upload
@@ -84,7 +84,7 @@ jobs:
8484
VERSION: ${{ needs.build-static.outputs.VERSION }}
8585
if: ${{ github.event_name == 'release' && github.repository == 'linux-nvme/nvme-cli' }}
8686
steps:
87-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
87+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8888
with:
8989
name: nvme-cli
9090
path: upload

0 commit comments

Comments
 (0)