Skip to content

Commit

Permalink
Merge pull request #429 from elastic/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-digest

Update actions/upload-artifact digest to 6f51ac0
  • Loading branch information
cavokz authored Dec 18, 2024
2 parents df03566 + 5094073 commit 26fa8a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Upload logs
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: logs-${{ matrix.stack-version }}
path: |
Expand All @@ -206,7 +206,7 @@ jobs:
- name: Upload reports
if: always()
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: test-reports-${{ matrix.stack-version }}
path: tests/reports/*.new.md
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
run: make package

- name: Upload artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: python-package-${{ matrix.python-version }}-${{ matrix.os }}
path: dist/*
Expand Down

0 comments on commit 26fa8a9

Please sign in to comment.