Skip to content

Commit a596064

Browse files
chore(deps): bump actions/download-artifact from 4 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df0f524 commit a596064

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
url: https://pypi.org/p/agentruntimecontrolprotocol
4343
steps:
4444
- name: Download build artifacts
45-
uses: actions/download-artifact@v4
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: dist
4848
path: dist/
@@ -58,7 +58,7 @@ jobs:
5858
- uses: actions/checkout@v6
5959

6060
- name: Download build artifacts
61-
uses: actions/download-artifact@v4
61+
uses: actions/download-artifact@v8
6262
with:
6363
name: dist
6464
path: dist/

0 commit comments

Comments
 (0)