From 2f583a5fc6b2ef22575d7b078e8aec10135e8704 Mon Sep 17 00:00:00 2001
From: Peter Heywood
Date: Thu, 17 Oct 2024 11:55:43 +0100
Subject: [PATCH] actions: update deprecated github actions
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6ddd158..902ecf8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
run: sphinx-build -W . ./html
- name: Archive built docs
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: docs
path: html