From 71f408bc3623e06f1dada3667f225c64c11fbb4d Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 19 Oct 2023 14:02:23 -0700 Subject: [PATCH] workflows/release-tasks: Fix release note artifact upload (#69522) (cherry picked from commit afdad4fd402d1e8917375960df7104bc16f4cba9) --- .github/workflows/release-tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml index ce69217e364572..b5bcb6ae97d4c0 100644 --- a/.github/workflows/release-tasks.yml +++ b/.github/workflows/release-tasks.yml @@ -50,7 +50,7 @@ jobs: ./llvm/utils/release/github-upload-release.py --token ${{ github.token }} --release ${{ steps.validate-tag.outputs.release-version }} upload --files *doxygen*.tar.xz - name: Create Release Notes Artifact - uses: actions/download-artifact@v3 + uses: actions/upload-artifact@v3 with: name: release-notes path: docs-build/html-export/