Skip to content

Commit

Permalink
[ci] Use actions/upload-artifact v4 in workflow dash-bmv2-ci (#668)
Browse files Browse the repository at this point in the history
While raising PRs, workflow dash-bmv2-ci will fail during job setup with
the following error:

Error: This request has been automatically failed because it uses a
deprecated version of `actions/upload-artifact: v3`. Learn more:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/,
that says:

> Starting January 30th, 2025, GitHub Actions customers will no longer
be able to use v3 of
[actions/upload-artifact](https://github.com/actions/upload-artifact) or
[actions/download-artifact](https://github.com/actions/download-artifact).
Customers should update workflows to begin using [v4 of the artifact
actions](https://github.blog/2024-02-12-get-started-with-v4-of-github-actions-artifacts/)
as soon as possible.
  • Loading branch information
jimmyzhai authored Feb 21, 2025
1 parent abd0d1a commit 83f57f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dash-bmv2-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run: DOCKER_FLAGS=$docker_fg_root_flags make run-saichallenger-tests
- name: Build libsai debian packages
run: DOCKER_FLAGS=$docker_fg_root_flags make libsai-debs
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: libsai-debian-packages
path: /home/runner/work/DASH/DASH/dash-pipeline/SAI/debian/*deb
Expand Down

0 comments on commit 83f57f0

Please sign in to comment.