Skip to content

Commit ccb0423

Browse files
committed
Automatic update of .github/workflows/archive.yml
1 parent cf22bb0 commit ccb0423

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/archive.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ jobs:
1616
build:
1717
name: "Archive Issues and Pull Requests"
1818
runs-on: ubuntu-latest
19+
permissions:
20+
contents: write
1921
steps:
2022
- name: "Checkout"
21-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2224

2325
# Note: No caching for this build!
2426

@@ -39,4 +41,5 @@ jobs:
3941
- name: "Save Archive"
4042
uses: actions/upload-artifact@v4
4143
with:
44+
name: archive
4245
path: archive.json

0 commit comments

Comments
 (0)