diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 4ca9845..bcb64de 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -83,7 +83,7 @@ jobs: - name: Upload Snapshot Artifacts if: github.event_name == 'workflow_dispatch' && github.event.inputs.dry_run == 'true' - uses: actions/upload-artifact@v6.0.0 + uses: actions/upload-artifact@v7.0.1 with: name: snapshot-${{ steps.version.outputs.component }}-${{ steps.version.outputs.version }} path: dist/*