From df6103f031315964ae9d772d252b6f08b14a7d99 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 24 Mar 2026 13:49:23 -0700 Subject: [PATCH] upgrade upload-artifact --- .github/workflows/packaging_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/packaging_jobs.yml b/.github/workflows/packaging_jobs.yml index de32fa4ba..2a640f9de 100644 --- a/.github/workflows/packaging_jobs.yml +++ b/.github/workflows/packaging_jobs.yml @@ -146,7 +146,7 @@ jobs: set -e mv *.snap ${{ runner.temp }} - name: Store snap artifact - uses: actions/upload-artifact@v4.1.0 + uses: actions/upload-artifact@v7.0.0 with: name: snaps_${{ matrix.build-for }} path: "${{ runner.temp }}"