[llvm] workflows/release-tasks: Fix release note artifact upload (PR #69522)

Tom Stellard via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 14:11:30 PDT 2023


https://github.com/tstellar created https://github.com/llvm/llvm-project/pull/69522

None

>From b5fe532633e8d0b4057c46aefa2366788ab7726e Mon Sep 17 00:00:00 2001
From: Tom Stellard <tstellar at redhat.com>
Date: Wed, 18 Oct 2023 02:25:10 -0700
Subject: [PATCH] workflows/release-tasks: Fix release note artifact upload

---
 .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 065b84dd8822eb7..85b720e323d1b1d 100644
--- a/.github/workflows/release-tasks.yml
+++ b/.github/workflows/release-tasks.yml
@@ -48,7 +48,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 at v3
+        uses: actions/upload-artifact at v3
         with:
           name: release-notes
           path: docs-build/html-export/



More information about the llvm-commits mailing list