From 42a37be2a5e4599aa758f3b14ce367c5d69755c9 Mon Sep 17 00:00:00 2001 From: sd234678 <48051938+sd234678@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:13:07 +0000 Subject: [PATCH] Update actions/upload-artifact to v4 (Closes #5) --- .github/workflows/build-prod.yaml | 2 +- .last-exported-commit | 2 +- nix-bootstrap.cabal | 2 +- package.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-prod.yaml b/.github/workflows/build-prod.yaml index 8bbe67f..b7e1da5 100644 --- a/.github/workflows/build-prod.yaml +++ b/.github/workflows/build-prod.yaml @@ -44,7 +44,7 @@ jobs: run: nix run .\#ciPackages.vulnix -- -C -w vulnerability-whitelist.toml result/ - name: Build release artefact run: nix run .\#ciPackages.buildBinaryCache - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: "release-${{ env.version_number }}" path: releases/ diff --git a/.last-exported-commit b/.last-exported-commit index 0d6e189..91f0013 100644 --- a/.last-exported-commit +++ b/.last-exported-commit @@ -1 +1 @@ -Last exported commit from parent repo: ada8f3c6a2dd7469048fdf58e54d200e39ca4c67 \ No newline at end of file +Last exported commit from parent repo: 6e1a9fb95f60bf61718a21d486bd69bca7dda9e8 \ No newline at end of file diff --git a/nix-bootstrap.cabal b/nix-bootstrap.cabal index 9c41160..55d12b8 100644 --- a/nix-bootstrap.cabal +++ b/nix-bootstrap.cabal @@ -5,7 +5,7 @@ cabal-version: 2.0 -- see: https://github.com/sol/hpack name: nix-bootstrap -version: 2.0.0.2 +version: 2.0.0.3 author: gchquser maintainer: 48051938+sd234678@users.noreply.github.com copyright: Crown Copyright diff --git a/package.yaml b/package.yaml index 60e4f6a..7db43a4 100644 --- a/package.yaml +++ b/package.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. name: nix-bootstrap -version: 2.0.0.2 +version: 2.0.0.3 author: gchquser maintainer: 48051938+sd234678@users.noreply.github.com copyright: Crown Copyright