Skip to content

Commit 3fe2c1f

Browse files
authored
Merge pull request #91 from quaquel/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents be0160b + c82106a commit 3fe2c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload package as artifact to GitHub
3636
if: github.repository == 'quaquel/pynetlogo'
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v5
3838
with:
3939
name: package
4040
path: dist/

0 commit comments

Comments
 (0)