Merge pull request #605 from cbcoutinho/renovate/major-github-artifact-actions

chore(deps): update github artifact actions (major)
This commit is contained in:
Chris Coutinho
2026-06-09 08:11:01 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -92,7 +92,7 @@ jobs:
- name: Upload digest - name: Upload digest
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with: with:
name: digests-${{ steps.prep.outputs.pair }} name: digests-${{ steps.prep.outputs.pair }}
path: ${{ runner.temp }}/digests/* path: ${{ runner.temp }}/digests/*
@@ -108,7 +108,7 @@ jobs:
packages: write packages: write
steps: steps:
- name: Download digests - name: Download digests
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
with: with:
path: ${{ runner.temp }}/digests path: ${{ runner.temp }}/digests
pattern: digests-* pattern: digests-*
+1 -1
View File
@@ -275,7 +275,7 @@ jobs:
- name: Upload debug artifacts - name: Upload debug artifacts
if: failure() if: failure()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with: with:
name: debug-${{ matrix.mode }}-nc${{ matrix.nextcloud_version }} name: debug-${{ matrix.mode }}-nc${{ matrix.nextcloud_version }}
path: | path: |