Skip to content

Commit a20e24d

Browse files
Bump actions/download-artifact from 4 to 8 (#252)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17b8976 commit a20e24d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/programming_team_code_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
if: github.ref == 'refs/heads/dev' && github.event_name == 'push'
102102
steps:
103103
- uses: actions/checkout@v4
104-
- uses: actions/download-artifact@v4
104+
- uses: actions/download-artifact@v8
105105
with:
106106
name: ptc
107107
path: tests/

0 commit comments

Comments
 (0)