Skip to content

Commit d5af860

Browse files
committed
-
1 parent ea08573 commit d5af860

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.github/workflows/libdirtrav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: |
4747
tar cfj ./${{ matrix.config.artifact }} --strip-components=1 build_result
4848
- name: Upload
49-
uses: actions/upload-artifact@v1
49+
uses: actions/upload-artifact@v4
5050
with:
5151
path: ./${{ matrix.config.artifact }}
5252
name: ${{ matrix.config.artifact }}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
build/bin/
22
build/obj/
3+
version
4+
*.layout
5+
*.URL
6+
*.7z

Changelog.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
0.2.18
2+
3+
2025-10-22 Brecht Sanders https://github.com/brechtsanders/
4+
5+
* fix use of obsolete actions/upload-artifact@v1 in GitHub Actions
6+
17
0.2.17
28

39
2025-10-22 Brecht Sanders https://github.com/brechtsanders/
410

5-
* fix determining file owner (previously only the SID was returned)
11+
* fix determining file owner on Windows (previously only the SID was returned)
612

713
0.2.16
814

0 commit comments

Comments
 (0)