diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec559a1..d64301c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: run: npm run build - name: 📤 Upload website distribution bundle - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4 with: name: Web distribution bundle path: dist @@ -65,7 +65,7 @@ jobs: steps: - name: 📥 Download website distribution bundle - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3 + uses: actions/download-artifact@7a1cd3216ca9260cd8022db641d960b1db4d1be4 # v4 with: name: Web distribution bundle path: dist