Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d76c2b2

Browse files
authored
Merge pull request #38 from Automattic/deps/update-actions-upload-artifact-to-v4
[Deps] Update Actions Upload Artifact to v4
2 parents b1d7427 + 32e9a1b commit d76c2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Build
4040
run: ./gradlew :catalog:generateCatalogAsToml
4141
- name: Upload Artifact to Job
42-
uses: actions/upload-artifact@v1
42+
uses: actions/upload-artifact@v4
4343
with:
4444
name: libs.versions.toml
4545
path: catalog/build/version-catalog/libs.versions.toml

0 commit comments

Comments
 (0)