Skip to content

Commit ae39fb4

Browse files
chore(deps): update actions/upload-artifact action to v7 (#818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bbb34dd commit ae39fb4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
# Also build the diracx metapackage
8585
python -m build --outdir $PWD/dist .
8686
- name: 'Upload Artifact'
87-
uses: actions/upload-artifact@v6
87+
uses: actions/upload-artifact@v7
8888
with:
8989
name: diracx-whl
9090
path: dist/diracx*.whl

.github/workflows/integration.yml

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

.github/workflows/record-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
13-
- uses: actions/upload-artifact@v6
13+
- uses: actions/upload-artifact@v7
1414
with:
1515
name: pr-info
1616
path: pr_number.txt

0 commit comments

Comments
 (0)