| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0f5655c commit adbc833
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -122,7 +122,7 @@ jobs: | |||
| 122 | 122 | pip install -r requirements-test.txt | |
| 123 | 123 | - name: Build package | |
| 124 | 124 | run: python -m build -o dist/ | |
| 125 | - - uses: actions/upload-artifact@v4.6.2 | ||
| 125 | + - uses: actions/upload-artifact@v5.0.0 | ||
| 126 | 126 | with: | |
| 127 | 127 | name: dist | |
| 128 | 128 | path: dist | |
@@ -136,7 +136,7 @@ jobs: | |||
| 136 | 136 | uses: actions/setup-python@v6.0.0 | |
| 137 | 137 | with: | |
| 138 | 138 | python-version: '3.14' | |
| 139 | - - uses: actions/download-artifact@v5.0.0 | ||
| 139 | + - uses: actions/download-artifact@v6.0.0 | ||
| 140 | 140 | with: | |
| 141 | 141 | name: dist | |
| 142 | 142 | path: dist | |
| Back | FazBrowse Home | New Git URL |
0 commit comments