From 82575cad428cd507979d6ea368dd1a4fbe44ca30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 13:29:29 +0000 Subject: [PATCH] Bump actions/upload-artifact Bumps the version-update group with 1 update in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-update ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/release.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8af0e481..18a694e7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -151,7 +151,7 @@ jobs: run: mkdocs build --config-file mkdocs-pdf-en.yaml - name: Upload EN PDF - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: pdf-export-en path: site/OWASP_Developer_Guide.pdf @@ -160,7 +160,7 @@ jobs: run: mkdocs build --config-file mkdocs-pdf-es.yaml - name: Upload ES PDF - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: pdf-export-es path: site/OWASP_Developer_Guide-ES.pdf @@ -169,7 +169,7 @@ jobs: run: mkdocs build --config-file mkdocs-pdf-fa.yaml - name: Upload FA PDF - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: pdf-export-fa path: site/OWASP_Developer_Guide-FA.pdf @@ -178,7 +178,7 @@ jobs: run: mkdocs build --config-file mkdocs-pdf-pt-br.yaml - name: Upload PT-BR PDF - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: pdf-export-pt-br path: site/OWASP_Developer_Guide-PT-BR.pdf diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bb5dbd2f..de09e335 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -35,7 +35,7 @@ jobs: run: mkdocs build - name: Upload PDF - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a with: name: 'pdf-export' path: 'site/OWASP_Developer_Guide.pdf'