Skip to content

Commit f5b0081

Browse files
Bump the github-actions group with 2 updates (#175)
Bumps the github-actions group with 2 updates: [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/download-artifact` from 4.1.9 to 4.2.1 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.9...v4.2.1) Updates `actions/upload-artifact` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.1...v4.6.2) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37fb3c5 commit f5b0081

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/[email protected]
3434

3535
- name: Download Package
36-
uses: actions/download-artifact@v4.1.9
36+
uses: actions/download-artifact@v4.2.1
3737
with:
3838
name: Packages
3939
path: dist

Diff for: .github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
pip install scons
5050
scons -j4 -C tests
5151
- name: Upload compilation results
52-
uses: actions/[email protected].1
52+
uses: actions/[email protected].2
5353
with:
5454
name: tests
5555
if-no-files-found: error
@@ -85,13 +85,13 @@ jobs:
8585
python-version: ${{ matrix.python }}
8686

8787
- name: Download compiled tests
88-
uses: actions/download-artifact@v4.1.9
88+
uses: actions/download-artifact@v4.2.1
8989
with:
9090
name: tests
9191
path: tests
9292

9393
- name: Download Package
94-
uses: actions/download-artifact@v4.1.9
94+
uses: actions/download-artifact@v4.2.1
9595
with:
9696
name: Packages
9797
path: dist

0 commit comments

Comments
 (0)