Skip to content

Commit c29340d

Browse files
committed
Fix CI and license
1 parent 1060fd1 commit c29340d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77
name: Build
8-
runs-on: windows-2019
8+
runs-on: windows-latest
99
steps:
1010
- uses: actions/checkout@v3
1111
with:
@@ -15,12 +15,12 @@ jobs:
1515
uses: TheMrMilchmann/setup-msvc-dev@v3.0.0
1616
with:
1717
arch: x86
18-
18+
1919
- name: Download llvm-project-with-widberg-extensions
2020
uses: suisei-cn/actions-download-file@v1.3.0
2121
with:
2222
url: "https://github.com/widberg/llvm-project-widberg-extensions/releases/download/widberg-21.1.0/widberg-21.1.0-windows-x86_64-affc3306571df779c1e54d34e6f919da52093067.zip"
23-
23+
2424
- name: Unzip llvm-project-with-widberg-extensions
2525
run: 7z x widberg-21.1.0-windows-x86_64-affc3306571df779c1e54d34e6f919da52093067.zip -obin
2626

@@ -30,7 +30,7 @@ jobs:
3030
cmake --build build --target package_fmtk --config RelWithDebInfo
3131
3232
- name: Archive Artifacts
33-
uses: actions/upload-artifact@v3
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: fmtk-${{ github.sha }}
3636
path: |

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020-2023 widberg
3+
Copyright (c) 2020-2025 widberg
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)