summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release-artifacts.yml2
-rw-r--r--changelog.d/13979.misc1
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release-artifacts.yml b/.github/workflows/release-artifacts.yml
index 1e61200fd4..be9d7e926e 100644
--- a/.github/workflows/release-artifacts.yml
+++ b/.github/workflows/release-artifacts.yml
@@ -163,7 +163,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Download all workflow run artifacts
-        uses: actions/download-artifact@v2
+        uses: actions/download-artifact@v3
       - name: Build a tarball for the debs
         run: tar -cvJf debs.tar.xz debs
       - name: Attach to release
diff --git a/changelog.d/13979.misc b/changelog.d/13979.misc
new file mode 100644
index 0000000000..9012a47828
--- /dev/null
+++ b/changelog.d/13979.misc
@@ -0,0 +1 @@
+Bump actions/download-artifact from 2 to 3.