Merge pull request #1327 from jupyterhub/dependabot/github_actions/actions/upload-artifact-4

build(deps): bump actions/upload-artifact from 3 to 4
pull/1205/head
Erik Sundell 2024-01-04 01:15:54 +01:00 zatwierdzone przez GitHub
commit 7713f2a82f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ jobs:
ls -l dist
# ref: https://github.com/actions/upload-artifact#readme
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: repo2docker-${{ github.sha }}
path: "dist/*"