Skip to content

Commit

Permalink
Update actions/upload-artifact to v4 (Closes #5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd234678 committed Nov 12, 2024
1 parent 324b0f7 commit 42a37be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion .last-exported-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Last exported commit from parent repo: ada8f3c6a2dd7469048fdf58e54d200e39ca4c67
Last exported commit from parent repo: 6e1a9fb95f60bf61718a21d486bd69bca7dda9e8
2 changes: 1 addition & 1 deletion nix-bootstrap.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
copyright: Crown Copyright
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
copyright: Crown Copyright
Expand Down

0 comments on commit 42a37be

Please sign in to comment.