Skip to content

Commit a78afc7

Browse files
build(deps): bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (NewFuture#446)
build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7781861 commit a78afc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
name: preview
122122
url: https://test.pypi.org/project/ddns/
123123
steps:
124-
- uses: actions/download-artifact@v3
124+
- uses: actions/download-artifact@v4.1.7
125125
with:
126126
name: pypi
127127
path: dist

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
steps:
113113
- uses: actions/checkout@v3
114114
- run: sed -i -e "s#\${BUILD_VERSION}#${{ github.ref_name }}#" .release/README.md
115-
- uses: actions/download-artifact@v3
115+
- uses: actions/download-artifact@v4.1.7
116116
with:
117117
path: dist
118118
- uses: softprops/action-gh-release@master

0 commit comments

Comments
 (0)