Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 697cc6e

Browse files
Merge pull request #29 from OffsetMods538/dependabot/github_actions/master/master-actions-229d4e1b45
Bump the master-actions group with 2 updates
2 parents 88de3f0 + 67ab55b commit 697cc6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
submodules: true
1717

@@ -37,7 +37,7 @@ jobs:
3737
VERSION_SUFFIX: ${{ env.short_commit_hash }}
3838

3939
- name: Upload build artifacts
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: Build Artifacts
4343
path: ./loader/*/*/build/libs/

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: write
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
with:
1818
submodules: true
1919

0 commit comments

Comments
 (0)