Update actions/upload-artifact digest to 043fb46 (#33130)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
renovate[bot]
2026-04-14 09:14:29 +00:00
committed by GitHub
co-authored by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Michael Telatynski
parent 65c744f16c
commit 5d2c0de9e2
13 changed files with 18 additions and 18 deletions
+3 -3
View File
@@ -84,7 +84,7 @@ jobs:
run: VERSION=$(scripts/get-version-from-git.sh) pnpm run build run: VERSION=$(scripts/get-version-from-git.sh) pnpm run build
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: webapp name: webapp
path: apps/web/webapp path: apps/web/webapp
@@ -172,7 +172,7 @@ jobs:
- name: Upload blob report to GitHub Actions Artifacts - name: Upload blob report to GitHub Actions Artifacts
if: always() if: always()
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: blob-report-${{ matrix.project }}-${{ matrix.runner }} name: blob-report-${{ matrix.project }}-${{ matrix.runner }}
path: apps/web/blob-report path: apps/web/blob-report
@@ -292,7 +292,7 @@ jobs:
# Upload the HTML report even if one of our reporters fails, this can happen when stale screenshots are detected # Upload the HTML report even if one of our reporters fails, this can happen when stale screenshots are detected
- name: Upload HTML report - name: Upload HTML report
if: always() && inputs.skip != true if: always() && inputs.skip != true
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: html-report name: html-report
path: playwright-report path: playwright-report
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
run: VERSION=$(scripts/get-version-from-git.sh) pnpm run build run: VERSION=$(scripts/get-version-from-git.sh) pnpm run build
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: webapp-${{ matrix.image }} name: webapp-${{ matrix.image }}
path: apps/web/webapp path: apps/web/webapp
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
dpkg-gencontrol -v"$VERSION" -ldebian/tmp/DEBIAN/changelog dpkg-gencontrol -v"$VERSION" -ldebian/tmp/DEBIAN/changelog
dpkg-deb -Zxz --root-owner-group --build debian/tmp element-web.deb dpkg-deb -Zxz --root-owner-group --build debian/tmp element-web.deb
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: element-web.deb name: element-web.deb
path: apps/web/element-web.deb path: apps/web/element-web.deb
@@ -212,7 +212,7 @@ jobs:
- name: Stash packages.element.io - name: Stash packages.element.io
if: needs.prepare.outputs.deploy == 'false' if: needs.prepare.outputs.deploy == 'false'
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: packages.element.io name: packages.element.io
path: packages.element.io path: packages.element.io
@@ -250,7 +250,7 @@ jobs:
- name: Stash debs - name: Stash debs
if: needs.prepare.outputs.deploy == 'false' && needs.linux.result == 'success' if: needs.prepare.outputs.deploy == 'false' && needs.linux.result == 'success'
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: debs name: debs
path: | path: |
+1 -1
View File
@@ -216,7 +216,7 @@ jobs:
# We exclude *-unpacked as it loses permissions and the tarball contains it with correct permissions # We exclude *-unpacked as it loses permissions and the tarball contains it with correct permissions
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: ${{ inputs.artifact-prefix }}linux-${{ inputs.arch }}-sqlcipher-${{ inputs.sqlcipher }} name: ${{ inputs.artifact-prefix }}linux-${{ inputs.arch }}-sqlcipher-${{ inputs.sqlcipher }}
path: | path: |
+1 -1
View File
@@ -194,7 +194,7 @@ jobs:
# We exclude mac-universal as the unpacked app takes forever to upload and zip and dmg already contains it # We exclude mac-universal as the unpacked app takes forever to upload and zip and dmg already contains it
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: ${{ inputs.artifact-prefix }}macos name: ${{ inputs.artifact-prefix }}macos
path: | path: |
+1 -1
View File
@@ -185,7 +185,7 @@ jobs:
env: env:
NIGHTLY_VERSION: ${{ steps.versions.outputs.nightly }} NIGHTLY_VERSION: ${{ steps.versions.outputs.nightly }}
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: desktop-prepare name: desktop-prepare
retention-days: 1 retention-days: 1
+2 -2
View File
@@ -100,7 +100,7 @@ jobs:
- name: Upload blob report - name: Upload blob report
if: always() && inputs.blob_report if: always() && inputs.blob_report
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: blob-report-${{ inputs.artifact }} name: blob-report-${{ inputs.artifact }}
path: apps/desktop/blob-report path: apps/desktop/blob-report
@@ -109,7 +109,7 @@ jobs:
- name: Upload HTML report - name: Upload HTML report
if: always() && inputs.blob_report == false if: always() && inputs.blob_report == false
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: ${{ inputs.artifact }}-test name: ${{ inputs.artifact }}-test
path: apps/desktop/playwright-report path: apps/desktop/playwright-report
+1 -1
View File
@@ -274,7 +274,7 @@ jobs:
| ForEach-Object -Process {. $env:SIGNTOOL_PATH verify /pa $_.FullName; if(!$?) { throw }} | ForEach-Object -Process {. $env:SIGNTOOL_PATH verify /pa $_.FullName; if(!$?) { throw }}
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: ${{ inputs.artifact-prefix }}win-${{ inputs.arch }} name: ${{ inputs.artifact-prefix }}win-${{ inputs.arch }}
path: | path: |
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
- run: mv dist/element-*.tar.gz dist/develop.tar.gz - run: mv dist/element-*.tar.gz dist/develop.tar.gz
working-directory: apps/web working-directory: apps/web
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: webapp name: webapp
path: apps/web/dist/develop.tar.gz path: apps/web/dist/develop.tar.gz
@@ -31,7 +31,7 @@ jobs:
working-directory: packages/shared-components working-directory: packages/shared-components
run: pnpm build:storybook run: pnpm build:storybook
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: shared-components-storybook name: shared-components-storybook
path: packages/shared-components/storybook-static path: packages/shared-components/storybook-static
@@ -53,7 +53,7 @@ jobs:
- name: Upload received images & diffs - name: Upload received images & diffs
if: always() if: always()
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: received-images name: received-images
path: packages/shared-components/__vis__/linux path: packages/shared-components/__vis__/linux
+2 -2
View File
@@ -91,7 +91,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
if: env.ENABLE_COVERAGE == 'true' if: env.ENABLE_COVERAGE == 'true'
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: coverage-${{ matrix.runner }} name: coverage-${{ matrix.runner }}
path: | path: |
@@ -165,7 +165,7 @@ jobs:
- name: Upload Artifact - name: Upload Artifact
if: env.ENABLE_COVERAGE == 'true' if: env.ENABLE_COVERAGE == 'true'
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with: with:
name: coverage-${{ matrix.package }} name: coverage-${{ matrix.package }}
path: | path: |