Skip to content

Commit e4d5a83

Browse files
committed
Update actions/upload-artifact to v4 (Closes #5)
1 parent 5a99d63 commit e4d5a83

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: nix run .\#ciPackages.vulnix -- -C -w vulnerability-whitelist.toml result/
4545
- name: Build release artefact
4646
run: nix run .\#ciPackages.buildBinaryCache
47-
- uses: actions/upload-artifact@v3
47+
- uses: actions/upload-artifact@v4
4848
with:
4949
name: "release-${{ env.version_number }}"
5050
path: releases/

.last-exported-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Last exported commit from parent repo: ada8f3c6a2dd7469048fdf58e54d200e39ca4c67
1+
Last exported commit from parent repo: 6e1a9fb95f60bf61718a21d486bd69bca7dda9e8

nix-bootstrap.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 2.0
55
-- see: https://github.com/sol/hpack
66

77
name: nix-bootstrap
8-
version: 2.0.0.2
8+
version: 2.0.0.3
99
author: gchquser
1010
maintainer: [email protected]
1111
copyright: Crown Copyright

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
name: nix-bootstrap
15-
version: 2.0.0.2
15+
version: 2.0.0.3
1616
author: gchquser
1717
maintainer: [email protected]
1818
copyright: Crown Copyright

0 commit comments

Comments
 (0)