Skip to content

Commit f28a32e

Browse files
build(deps): bump the actions group with 2 updates (#688)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50dfdda commit f28a32e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
# Also build the diracx metapackage
8383
python -m build --outdir $PWD/dist .
8484
- name: 'Upload Artifact'
85-
uses: actions/upload-artifact@v4
85+
uses: actions/upload-artifact@v5
8686
with:
8787
name: diracx-whl
8888
path: dist/diracx*.whl
@@ -111,7 +111,7 @@ jobs:
111111
username: ${{ github.actor }}
112112
password: ${{ secrets.GITHUB_TOKEN }}
113113
- name: Download diracx wheels
114-
uses: actions/download-artifact@v5
114+
uses: actions/download-artifact@v6
115115
with:
116116
name: diracx-whl
117117
- name: "Find wheels"

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
docker logs diracx 2>&1 | tee /tmp/service-logs/diracx.log
7676
cd /tmp/DIRACRepo
7777
./integration_tests.py logs --no-follow --lines 1000 2>&1 | tee /tmp/service-logs/dirac.log
78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v5
7979
if: ${{ failure() }}
8080
with:
8181
name: service-logs-${{ github.job }}

0 commit comments

Comments
 (0)