Skip to content

Commit 7228661

Browse files
authored
Merge pull request #1 from MeteorClientPlus/dependabot/github_actions/actions/upload-artifact-4.4.0
github-actions(deps): bump actions/upload-artifact from 4.3.3 to 4.4.0
2 parents e021ca0 + 095a6a1 commit 7228661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Build
1515
run: ./gradlew build
1616
- name: Upload artifacts
17-
uses: actions/upload-artifact@v4.3.3
17+
uses: actions/upload-artifact@v4.4.0
1818
with:
1919
name: build-artifacts
2020
path: build/libs

0 commit comments

Comments
 (0)